Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ScriptBaby7
/
selenium
Public
forked from
SeleniumHQ/selenium
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
selenium
javascript
node
selenium-webdriver
test
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 17, 2019
[nodejs] Ignoring proxy tests in Firefox, they started to fail locally too
barancev
committed
b32d062
View commit details
Copy full SHA for b32d062
View code at this point
Browse repository at this point
Commits on Jul 11, 2019
[js] Update logging commands to work with chrome 76
jleyba
committed
6674a23
View commit details
Copy full SHA for 6674a23
View code at this point
Browse repository at this point
Commits on Jun 6, 2019
[js] fix test to use a stable ordering for test comparisons
jleyba
committed
49dc495
View commit details
Copy full SHA for 49dc495
View code at this point
Browse repository at this point
[js] Unsuppress actions_test.js for safari
Show description for 488eecc
jleyba
committed
488eecc
View commit details
Copy full SHA for 488eecc
View code at this point
Browse repository at this point
[js] "fix" actions tests for chrome by wrapping spec in an extra describe block.
Show description for 49e0260
jleyba
committed
49e0260
View commit details
Copy full SHA for 49e0260
View code at this point
Browse repository at this point
Commits on May 8, 2019
[js] //javascript/node/selenium-webdriver now builds + tests with bazel
jleyba
committed
44a6545
View commit details
Copy full SHA for 44a6545
View code at this point
Browse repository at this point
Commits on Apr 15, 2019
capabilities.js - used unused variable in merge() (#6935)
Show description for d179ab4
martin770
authored and
jleyba
committed
d179ab4
View commit details
Copy full SHA for d179ab4
View code at this point
Browse repository at this point
switch to parent frame fix for non-w3c compatible drivers (#7075)
corevo
authored and
jleyba
committed
767b5c8
View commit details
Copy full SHA for 767b5c8
View code at this point
Browse repository at this point
Commits on Apr 13, 2019
[nodejs] Making the newWindow test more tolerant to initial state
barancev
committed
6f7fe79
View commit details
Copy full SHA for 6f7fe79
View code at this point
Browse repository at this point
[nodejs] Fixing a typo in the test added in the previous commit
barancev
committed
bf20123
View commit details
Copy full SHA for bf20123
View code at this point
Browse repository at this point
[node] Adding support for opening a new window. Referencing existing implementations.
Show description for 59e5bf2
corevo
authored and
barancev
committed
59e5bf2
View commit details
Copy full SHA for 59e5bf2
View code at this point
Browse repository at this point
Commits on Feb 13, 2019
[nodejs] Deleting a guard that skipped some tests in Firefox versions prior to Aurora
barancev
committed
5fd3b28
View commit details
Copy full SHA for 5fd3b28
View code at this point
Browse repository at this point
Commits on Feb 1, 2019
[nodejs] Ignoring a broken PAC proxy test
barancev
committed
e689abd
View commit details
Copy full SHA for e689abd
View code at this point
Browse repository at this point
[nodejs] Fixing paths in tests to make them cross-platform
barancev
committed
d1ca0f7
View commit details
Copy full SHA for d1ca0f7
View code at this point
Browse repository at this point
[nodejs] Deleting a special clause for old Firefox versions
barancev
committed
88346af
View commit details
Copy full SHA for 88346af
View code at this point
Browse repository at this point
[nodejs] Node.js test server always uses loopback address so we should explicitly exclude it from bypass list, but let's do it in a modern fashion
barancev
committed
685a737
View commit details
Copy full SHA for 685a737
View code at this point
Browse repository at this point
[nodejs] Fixing an assert
barancev
committed
643b9cc
View commit details
Copy full SHA for 643b9cc
View code at this point
Browse repository at this point
Commits on Jan 31, 2019
[nodejs] Fixing file download test to actually download a file instead of opening it in the browser
barancev
committed
5281fb7
View commit details
Copy full SHA for 5281fb7
View code at this point
Browse repository at this point
[nodejs] Fixing tests for explicit waits, we should use polling interval shorter than timeout
barancev
committed
9b3fa5a
View commit details
Copy full SHA for 9b3fa5a
View code at this point
Browse repository at this point
[nodejs] Fixing expected exception message to match current implementation of UnsupportedOperationError (it contains operation name now)
barancev
committed
09210de
View commit details
Copy full SHA for 09210de
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
[node] Fixing Chrome capabilities structure, it uses 'goog:chromeOptions' key now
barancev
committed
701e59f
View commit details
Copy full SHA for 701e59f
View code at this point
Browse repository at this point
Commits on Mar 31, 2018
[js] Add a User-Agent header for #5657
jleyba
committed
5f52b02
View commit details
Copy full SHA for 5f52b02
View code at this point
Browse repository at this point
Commits on Jan 13, 2018
[js] Add some checks to catch misuse of the options classes, whose semantics
Show description for 3f546d9
jleyba
committed
3f546d9
View commit details
Copy full SHA for 3f546d9
View code at this point
Browse repository at this point
[js] Attempt to de-flake a test with a hard sleep (yuck)
jleyba
committed
1389672
View commit details
Copy full SHA for 1389672
View code at this point
Browse repository at this point
Commits on Jan 8, 2018
[js] Add support for /session/:sessionId/chromium/send_command (#5159)
jleyba
committed
f16c321
View commit details
Copy full SHA for f16c321
View code at this point
Browse repository at this point
[js] Replace WebElement.getSize/getLocation with a single getRect
jleyba
committed
17240b3
View commit details
Copy full SHA for 17240b3
View code at this point
Browse repository at this point
[js] Another pass at the new actions API for #4564
Show description for 2e91397
jleyba
committed
2e91397
View commit details
Copy full SHA for 2e91397
View code at this point
Browse repository at this point
Commits on Dec 27, 2017
[js] Actions API changes
Show description for 8123909
jleyba
committed
8123909
View commit details
Copy full SHA for 8123909
View code at this point
Browse repository at this point
Commits on Dec 21, 2017
[js] Expand on ActionSequence documentation and make it easier to define and
Show description for af370f5
jleyba
committed
af370f5
View commit details
Copy full SHA for af370f5
View code at this point
Browse repository at this point
[js] If the remote end indicates it does not support the new actions API,
Show description for 53f2cd3
jleyba
committed
53f2cd3
View commit details
Copy full SHA for 53f2cd3
View code at this point
Browse repository at this point
[js] The various driver-specific option classes now extend the Capabilities
Show description for 9976795
jleyba
committed
9976795
View commit details
Copy full SHA for 9976795
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
[js] Updates for proxy handling
Show description for 661a196
jleyba
committed
661a196
View commit details
Copy full SHA for 661a196
View code at this point
Browse repository at this point
[js] Remove support for requiredCapabilities from WebDriver.createSession
jleyba
committed
8edc13b
View commit details
Copy full SHA for 8edc13b
View code at this point
Browse repository at this point
[js] code clean-up/simplification
jleyba
committed
5bd212e
View commit details
Copy full SHA for 5bd212e
View code at this point
Browse repository at this point
[js] Since Firefox 57 removes support for legacy add-ons, there's no need to
Show description for e8efc00
jleyba
committed
e8efc00
View commit details
Copy full SHA for e8efc00
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.