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

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 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:
    th-cam.com/play/PLhbrpS8rYbc0vBS6Z8SC7OR-zknTBiBHW.html
    Find more videos on Java programming in following link:
    th-cam.com/play/PLhbrpS8rYbc1xwntuh_5PCbeaABBF4HWv.html

  • @sanjayps2450
    @sanjayps2450 6 หลายเดือนก่อน

    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 th-cam.com/video/xP2l0uQ0218/w-d-xo.htmlsi=vQIPqeUMgbJbGu_T

  • @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

  • @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

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

    • @ankurchatterjee9179
      @ankurchatterjee9179 5 หลายเดือนก่อน

      put .build() method before .perform() method