Category:
Selenium WebDriver
Actions action = new Actions(driver);
action.clickAndHold(slider).moveByOffset(50,0).release();
Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions
Actions action = new Actions(driver);
action.clickAndHold(slider).moveByOffset(50,0).release();