click command in selenium webdriver does not work

前端 未结 9 1467
别跟我提以往
别跟我提以往 2020-12-13 09:08

I have just recently done an export of my selenium IDE code to selenium web driver. I have found that a lot of the commands that worked in IDE either fail to work or seleniu

9条回答
  •  我在风中等你
    2020-12-13 09:13

    I was working with EasyRepro, and when I debugged my code it was clicking on the element which is visible and enabled, and not navigating as expected. But finally I understood the root cause for the issue.

    My Chrome was zoomed out 90%

    Once i reset the zoom level, it clicked on the correct element and successfully navigated to next page.

提交回复
热议问题