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

后端 未结 2 919
滥情空心
滥情空心 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: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

提交回复
热议问题