weblinks icon indicating copy to clipboard operation
weblinks copied to clipboard

Update Selenium Browser

Open javigomez opened this issue 8 years ago • 7 comments

release for Firefox 48 is scheduled for 2016-08-02, so we should really look into migrating to Marionette (https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver) or Chrome webdriver soon.

javigomez avatar Jul 27 '16 14:07 javigomez

can I please join in here? :)

jatitoam avatar Aug 24 '16 15:08 jatitoam

you are welcome ^_^

javigomez avatar Aug 24 '16 17:08 javigomez

Puneet just updated me in the tests he's got using Marionette, so I will join in using his initial tests to help making it happen

jatitoam avatar Aug 24 '16 17:08 jatitoam

Sounds great, thank you @jatitoam and @puneet0191

yvesh avatar Aug 24 '16 17:08 yvesh

Okay, so i did a comparison of the Chrome vs the Marionette webdriver (with Firefox 48.0.2) and prepared two YouTube videos:

Weblinks Tests with Google Chrome webdriver

Weblinks Tests with Marionette webdriver

Both are breaking.. Marionette even faster.

Conclusion: Both are requiring work, the Marionette webdriver is probably even more unstable. When i look at the current feature log it's far from supporting all capabilities Selenium offers..

// cc @javigomez @puneet0191 @jatitoam

yvesh avatar Aug 26 '16 15:08 yvesh

Just tested also with Selenium 3 beta 2, does not make it better.. same issues remain - half of the events like click buttons etc. are not working with geckodriver (0.10.0) :(

yvesh avatar Aug 26 '16 18:08 yvesh

@yvesh I have updated the driver, could you recheck with final build.

810 avatar Oct 18 '16 20:10 810