Robot Class in Selenium WebDriver | Handle Keyboard Events in Selenium | Selenium Training | Edureka

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 7

  • @edurekaIN
    @edurekaIN  5 лет назад

    Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Selenium Training and Certification Curriculum, Visit our Website: bit.ly/349QpMP

  • @uvwvicky
    @uvwvicky Год назад

    great explanation

  • @cheewaidavidwong7256
    @cheewaidavidwong7256 5 лет назад +2

    Good job !

  • @sourabhaitavade8732
    @sourabhaitavade8732 2 года назад +1

    How to click on Ok button of an alert using Robot Class? can anyone help?

  • @anmol441
    @anmol441 5 лет назад

    How can we find the cordinates of any element on screen.?

    • @edurekaIN
      @edurekaIN  5 лет назад +1

      Hi Anmol, you can use point() class to get the coordinates of in Selenium WebDriver. You can use something like: int xcord = point.getX(); similarly int ycord = point.getY();