I can't select options in dropdown list in FireFox 48 using marionette driver and selenium 3
- 阅读更多 关于 I can't select options in dropdown list in FireFox 48 using marionette driver and selenium 3
问题 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 fine in FF45 and all other browsers. Only marionette driver does not select the option in the drop down list new Select(driver.findElement(By.Id("topic"))).selectByVisibleText(item); The code works fine until I started using gecko driver with marionette. Below is the code I am using to setup geckodriver with marionette. System