Open
Bug 721859
(webdriver)
Opened 13 years ago
Updated 1 year ago
[meta] Add complete WebDriver support
Categories
(Remote Protocol :: Marionette, task)
Remote Protocol
Marionette
Tracking
(Not tracked)
NEW
People
(Reporter: mdas, Unassigned)
References
(Depends on 72 open bugs, )
Details
(Keywords: meta, Whiteboard: [marionette=1.0])
The version of marionette we're pushing out has the most useful and relevant parts of WebDriver supported, but it does not have support for the complete set of calls.
We have to finish the rest of the calls so our list here, https://wiki.mozilla.org/Auto-tools/Projects/Marionette/JSON_Protocol, will include everything over here, http://code.google.com/p/selenium/wiki/JsonWireProtocol
Updated•12 years ago
|
Summary: Add complete WebDriver support → [Tracking bug] Add complete WebDriver support
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Updated•10 years ago
|
Comment 2•10 years ago
|
||
WebDriver doesn't work on Firefox 32. Tested on selenium-server-standalone-2.39.0.jar and selenium-server-standalone-2.42.2.jar with PHPUnit 3.7.32.
Comment 3•10 years ago
|
||
(In reply to Jiří Pavlíček from comment #2)
> WebDriver doesn't work on Firefox 32. Tested on
> selenium-server-standalone-2.39.0.jar and
> selenium-server-standalone-2.42.2.jar with PHPUnit 3.7.32.
Since the WebDriver project doesnt use this version yet please raise a bug at https://code.google.com/p/selenium/issues/entry
Updated•10 years ago
|
Whiteboard: [marionette=1.0]
Updated•10 years ago
|
Updated•9 years ago
|
Alias: webdriver
Updated•9 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•9 years ago
|
Comment 4•8 years ago
|
||
Hey all,
WebDriver doesn't work on Firefox 47.0. Tested on
> selenium-server-standalone-2.53.0.jar and
> selenium-server-standalone-2.53.2.jar
Comment 5•8 years ago
|
||
(In reply to Rohit Bhat from comment #4)
> WebDriver doesn't work on Firefox 47.0. Tested on
> > selenium-server-standalone-2.53.0.jar and
> > selenium-server-standalone-2.53.2.jar
Firefox 47 changed in such a way that a feature FirefoxDriver uses is no longer accessible to add-on JavaScript.
However, FirefoxDriver is maintained by the Selenium community and not Mozilla. This bug tracks the WebDriver conformance in Marionette, which is our WebDriver implementation.
Comment 6•8 years ago
|
||
(In reply to Andreas Tolfsen ‹:ato› from comment #5)
> (In reply to Rohit Bhat from comment #4)
> > WebDriver doesn't work on Firefox 47.0. Tested on
> > > selenium-server-standalone-2.53.0.jar and
> > > selenium-server-standalone-2.53.2.jar
>
> Firefox 47 changed in such a way that a feature FirefoxDriver uses is no
> longer accessible to add-on JavaScript.
The bug in question is bug 1278605.
Updated•8 years ago
|
Updated•8 years ago
|
Depends on: webdriver-actions
Updated•8 years ago
|
Depends on: marionette-window-tracking
Updated•8 years ago
|
Depends on: webdriver-navigate
Updated•7 years ago
|
Depends on: selenium-atoms
Updated•7 years ago
|
Priority: P1 → --
Summary: [Tracking bug] Add complete WebDriver support → [meta] Add complete WebDriver support
Updated•6 years ago
|
Type: defect → task
Updated•4 years ago
|
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•