Selenium Mouse Actions Hover, Click, Double Click, Right Click | Mouse Actions in Selenium Webdriver

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 9

  • @Comrevo
    @Comrevo  2 роки тому +2

    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

  • @sanjayps2450
    @sanjayps2450 7 місяців тому

    can't we use the regular click() function here? without using the action class?

  • @rahulk1072
    @rahulk1072 2 місяці тому +1

    how u find the xpath please tell

    • @Comrevo
      @Comrevo  2 місяці тому

      Please check this video ua-cam.com/video/xP2l0uQ0218/v-deo.htmlsi=vQIPqeUMgbJbGu_T

  • @nasir9amd
    @nasir9amd 2 роки тому

    Plz tell me about manual testing also bro or notes

    • @Comrevo
      @Comrevo  2 роки тому

      In coming days, I will post about selenium automation testing. Manual testing, let us see

  • @harishkumar929
    @harishkumar929 2 роки тому

    Bro in selenium I couldn't login Gmail it shows that browser is not safe is there any way to bypass it

  • @qatester6425
    @qatester6425 Рік тому

    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();