I can't select options in dropdown list in FireFox 48 using marionette driver and selenium 3

后端 未结 2 902
滥情空心
滥情空心 2021-01-17 19:37

I tried the new geckodriver with marionette turned on for FF48 and selenium 3 but the test can\'t select the option in the drop down list for any element. My test works fin

相关标签:
2条回答
  • 2021-01-17 20:21

    I am surprised nobody experienced this issue. I guess I might have posted the question in the wrong place because I did not get any response. Anyway, this turned out to be a bug in Firefox 48. It is fixed in Firefox 51 (Nightly build).

    If you are using Selenium 3 beta and Firefox 48 with geckodriver, you won't be able to interact with any drop down list using the webdriver. The issue was fixed in Firefox 51.

    0 讨论(0)
  • 2021-01-17 20:26

    I did face the exact same issue, The work around which i did is the answer marked for this question.

    Selenium : Firefox Driver, Selecting an item from a dropdown using SelectElement in c# not working correctly

    0 讨论(0)
提交回复
热议问题