click command in selenium webdriver does not work

前端 未结 9 1469
别跟我提以往
别跟我提以往 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:18

    There's nothing wrong with either version of your code. Whatever is causing this, that's not it.

    Have you triple checked your locator? Your element definitely has name=submit not id=submit?

提交回复
热议问题