COMMITS
/ javascript/node/selenium-webdriver/test/lib/webdriver_test.js February 7, 2024
S
[js] Make `npm run lint` pass for javascript/node/selenium-webdriver (#13560)
Simon Stewart committed
November 2, 2022
S
[JS] add support for selenium manager (#11189)
Sri Harsha committed
September 11, 2022
S
[JS] stop sending desiredCapabilities to local and remote end
Sriharsha committed
April 13, 2022
T
[js] do not convert tag name to css selector
titusfortner committed
April 11, 2022
R
[Javascript] Split String on grapheme pairs in sendKeys command (#10519)
Ravi Sawlani committed
February 11, 2022
A
[js] Add new pointer attributes to actions
AutomatedTester committed
December 1, 2021
S
[JS] Code cleanup and minor improvements
Sri Harsha committed
July 9, 2021
D
[js] chore: fix linter (#9639)
Dharin Shah committed
March 24, 2021
P
[nodejs] code cleanup first iteration (#9158)
Potapov Dmitriy committed
March 23, 2021
S
[js] replacing asserts equal with strictEqual and deepEqual with deepStrictEqual
Sri Harsha committed
February 12, 2021
A
[js] correct capabilities test for Firefox
AutomatedTester committed
August 3, 2020
T
added eslint and prettier
Tomer committed
July 11, 2020
S
[JS] Code cleanup and unused imports (#8505)
Sri Harsha committed
March 31, 2020
J
Support functions for message in driver.wait() (#8094)
Jack Allen committed
July 11, 2019
J
[js] Update logging commands to work with chrome 76
Jason Leyba committed
May 5, 2019
J
[js] //javascript/node/selenium-webdriver now builds + tests with bazel
Jason Leyba committed
January 31, 2019
A
[nodejs] Fixing tests for explicit waits, we should use polling interval shorter than timeout
Alexei Barantsev committed
January 8, 2018
J
[js] Another pass at the new actions API for #4564
Jason Leyba committed
December 27, 2017
J
[js] Actions API changes
Jason Leyba committed
December 21, 2017
J
[js] Expand on ActionSequence documentation and make it easier to define and
Jason Leyba committed
J
[js] If the remote end indicates it does not support the new actions API,
Jason Leyba committed
November 3, 2017
J
[js] Remove support for requiredCapabilities from WebDriver.createSession
Jason Leyba committed
J
Send W3C capabilities in the new session request. (#4974)
Jason Juang committed
October 29, 2017
J
[js] Removed the deprecated driver.manage().timeouts()
Jason Leyba committed
October 9, 2017
J
[js] Removed the `WebDriver.prototype.call()` method. This was used to inject
Jason Leyba committed
J
[js] quick code clean-up pass
Jason Leyba committed
J
[js] For #2969, remove the promise manager and all related APIs
Jason Leyba committed
J
[js] Revamp the actions API to support the W3C spec and drop support for legacy
Jason Leyba committed
October 5, 2017
J
[js] Remove the WebDriver.attachToSession(id) factory method.
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] Cleanup WebDriver.createSession calls
Jason Leyba committed
July 5, 2017
J
[js] Fix broken unit test
Jason Leyba committed
March 9, 2017
J
[js] Use the W3C set timeouts format. If this fails, fallback to the legacy
Jason Leyba committed
November 8, 2016
J
[js] Properly capture rejected promises within an action sequence
Jason Leyba committed
J
[js] Improved error handling with WebDriver.wait()
Jason Leyba committed
November 3, 2016
J
[js] Ensure callback for session teardown is called if an error cocurs while
Jason Leyba committed
J
[js] Use the atoms for getAttribute and isDisplayed
Jason Leyba committed
November 2, 2016
J
[js] Replace usages of Promise.defer(), which no longer exists in Node v7
Jason Leyba 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 25, 2016
J
[js] Reduce the API on promise.Thenable for compatibility with native Promises.
Jason Leyba committed
September 7, 2016
M
[js] switchTo().window() should use a 'handle' parameter rather than `name` (#2718)
Mark Banner committed
August 14, 2016
J
[js] Fix a broken test
Jason Leyba committed
June 30, 2016
J
[js] Fix proxy configuration for geckodriver
Jason Leyba committed
June 11, 2016
J
[js] Remove thenable properties from promise.Deferred
Jason Leyba committed
June 9, 2016
J
[js] Remove a bunch of deprecated stuff
Jason Leyba committed
April 28, 2016
J
Properly handle responses in WebDriver.attachToSession
Jason Leyba committed
March 15, 2016
J
[js] Deprecate more stuff
Jason Leyba committed
February 21, 2016
J
[js] For consistency, InvalidSessionIdError -> NoSuchSessionError
Jason Leyba committed
J
[js] Add support for W3C compliant servers
Jason Leyba committed