Learn & Get Udemy Certificate for this course "Selenium Webdriver with Java & TestNG Framework". Check following link: www.udemy.com/course/selenium-webdriver-with-java-testng-testing-framework/?referralCode=2064BA4AD270DCDF48BC Watch more videos on Selenium Automation Testing in following link: ua-cam.com/play/PLhbrpS8rYbc0vBS6Z8SC7OR-zknTBiBHW.html Find more videos on Java programming in following link: ua-cam.com/play/PLhbrpS8rYbc1xwntuh_5PCbeaABBF4HWv.html
Double-click does not work for me using code below: Actions act = new Actions(driver); WebElement ele = driver.findElement(By.xpath("(//*[name()='image'])[1]")); act.doubleClick(ele).perform();
Learn & Get Udemy Certificate for this course "Selenium Webdriver with Java & TestNG Framework". Check following link:
www.udemy.com/course/selenium-webdriver-with-java-testng-testing-framework/?referralCode=2064BA4AD270DCDF48BC
Watch more videos on Selenium Automation Testing in following link:
ua-cam.com/play/PLhbrpS8rYbc0vBS6Z8SC7OR-zknTBiBHW.html
Find more videos on Java programming in following link:
ua-cam.com/play/PLhbrpS8rYbc1xwntuh_5PCbeaABBF4HWv.html
can't we use the regular click() function here? without using the action class?
how u find the xpath please tell
Please check this video ua-cam.com/video/xP2l0uQ0218/v-deo.htmlsi=vQIPqeUMgbJbGu_T
Plz tell me about manual testing also bro or notes
In coming days, I will post about selenium automation testing. Manual testing, let us see
Bro in selenium I couldn't login Gmail it shows that browser is not safe is there any way to bypass it
Double-click does not work for me using code below:
Actions act = new Actions(driver);
WebElement ele = driver.findElement(By.xpath("(//*[name()='image'])[1]"));
act.doubleClick(ele).perform();
put .build() method before .perform() method