COMMITS
/ javascript/node/selenium-webdriver/index.js July 31, 2024
A
[js] expose selenium version for node.js (#14325)
Alex committed
April 4, 2024
S
[JS] Set browserName by default when browserOptions are used
Sri Harsha committed
February 7, 2024
S
[js] Make `npm run lint` pass for javascript/node/selenium-webdriver (#13560)
Simon Stewart committed
January 3, 2024
T
[js] download files from remote server (#13102)
Titus Fortner committed
October 11, 2023
D
Replace calls to console.log with managed loggers (#12909)
Daniel Rozenberg committed
June 15, 2023
T
[js][bidi] add Network module events (#12197)
Tamsil Sajid Amani committed
April 26, 2023
T
[js][bidi] Add browsing context events support (#11905)
Tamsil Sajid Amani committed
April 10, 2023
T
[JS][BiDi] Add Script module commands and types (#11847)
Tamsil Sajid Amani committed
December 23, 2022
T
[js][BiDi] Browsing context commands (#11473)
Tamsil Sajid Amani committed
December 21, 2022
S
[JS] Bidi Support (#11395)
Sri Harsha committed
August 17, 2022
H
[JS] Adds 'Select' support package
harsha509 committed
June 2, 2022
H
[JS] Fixes lint issues and updates npm packages
harsha509 committed
May 4, 2022
H
[JS] Remove opera support from JS bindings #10379
harsha509 committed
December 14, 2021
A
Added RelativeBy class on the main api (#10148)
Andrei Rusu committed
December 1, 2021
S
[JS] Code cleanup and minor improvements
Sri Harsha committed
November 28, 2021
P
update code format, public API exports (#10097)
Potapov Dmitriy committed
November 5, 2021
P
[nodejs] code cleanup second iteration (#9979)
Potapov Dmitriy committed
October 18, 2021
S
[js] Fixes relative locator 'locateWith' export
Sri Harsha committed
September 29, 2021
P
[js] Allow builder to set a single arbitrary capability (#9857)
Puja Jagani committed
P
[js] Restore withCapabilities() to ensure backward compatibility
Puja Jagani committed
August 20, 2021
D
Updating urls to point to our downloads page [skip ci]
Diego Molina committed
August 13, 2021
G
Deprecates withCapabilities method and removes tests (#9701)
GPT14 committed
August 5, 2021
A
[js] expose withLocator method at the top level
AutomatedTester committed
February 8, 2021
P
Update tmp package version (#9155)
Potapov Dmitriy committed
August 3, 2020
T
added eslint and prettier
Tomer committed
May 28, 2020
S
[JS] Modify: Removing unused imports (#8350)
Sri Harsha committed
April 25, 2020
S
[JS] Minor fixes for relative locators (#8241)
Sri Harsha committed
March 31, 2020
S
Add: Adding Opera Browser support to JS bindings (#8146)
Sri Harsha committed
August 3, 2018
J
Added a basic ServiceBuilder for Internet Explorer (#6181)
Josh Goldberg committed
February 28, 2018
J
[js] Export `lib/input.Origin` from the top level `selenium-webdriver` module.
Jason Leyba committed
January 13, 2018
J
[js] Add some checks to catch misuse of the options classes, whose semantics
Jason Leyba committed
January 8, 2018
J
[js] Another pass at the new actions API for #4564
Jason Leyba committed
December 18, 2017
J
[js] The various driver-specific option classes now extend the Capabilities
Jason Leyba committed
November 4, 2017
J
[js] Add methods to the Builder to support configuring the service used to
Jason Leyba committed
October 29, 2017
J
[js] Remove non-standard capabilities (like elementScrollBehavior)
Jason Leyba committed
October 9, 2017
J
[js] Remove the lib/events module.
Jason Leyba committed
J
[js] Revamp the actions API to support the W3C spec and drop support for legacy
Jason Leyba committed
October 3, 2017
J
[js] Remove support for operadriver and phantomjs since neither are under active
Jason Leyba committed
October 2, 2017
J
[js] Stop using the promise manager in the main WebDriver class.
Jason Leyba committed
July 21, 2017
J
[js] Fix a handful of type issues flagged by dossier
Jason Leyba committed
November 28, 2016
G
[js] fix doc typos (#3133)
Georgii Dolzhykov committed
October 31, 2016
J
[js] Builder.build() now returns a thenable WebDriver object. Users can issue
Jason Leyba committed
October 30, 2016
J
[js] Introduce the SELENIUM_PROMISE_MANAGER environment variable, which can be
Jason Leyba committed
October 14, 2016
J
[js] Add logging to builder to help with debugging
Jason Leyba committed
September 23, 2016
J
[js] For consistency, export TouchSequence from the main index
Jason Leyba committed
September 14, 2016
J
[js] Expose {Condition, WebElementCondition} from the root selenium-webdriver module
Jason Leyba committed
August 29, 2016
Z
Add support for safari 10 safaridriver (#2669)
Ziyu committed
August 21, 2016
J
[js] Add firefox.ServiceBuilder so users can customize the geckodriver server.
Jason Leyba committed
August 8, 2016
J
[js] Fix WebDriver#setFileDetector when using driving Chrome or Firefox on a
Jason Leyba committed
August 7, 2016
J
[js] Move the Builder class to the main module and remove the builder module.
Jason Leyba committed