getting cannot focus element in chrome and edge using java/selenium

后端 未结 7 2222
南笙
南笙 2020-12-06 05:26

I am getting a cannot focus element error when running my test in chrome and edge in FF it works fine. I have tried posted resolutions but to no avail. I am not sure wha

7条回答
  •  一向
    一向 (楼主)
    2020-12-06 05:57

    The Actions resolution did work after all. I apparently had an extra driver.findElementBy line that should have been commented out as it was a duplicate to something I had moved to another location.

    Thanks for your help!!

提交回复
热议问题