Selenium 2.0b3 IE WebDriver, Click not firing

后端 未结 18 1902
我寻月下人不归
我寻月下人不归 2020-11-29 02:33

When using the IE driver with IE9, occasionally the Click method will only select a button, it wont do the action of the Click(). Note this only happens occasionally, so i d

18条回答
  •  一整个雨季
    2020-11-29 02:42

    Another one:

    v2.29.0

    WebDriver: * Firefox 18 support. * IEDriver supports "requireWindowFocus" desired capability. When using this and native events, the IE driver will demand focus and user interactions will use SendInput() for simulating user interactions. Note that this will mean you MUST NOT use the machine running IE for anything else as the tests are running.

提交回复
热议问题