SeleniumHQ / selenium Public
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
selenium-4.1.0 Selenium 4.1.0
published
Nov 22, 2021
6 Pull requests merged by 4 people
-
[js] update code format, public API exports
#10097 merged
Nov 28, 2021 -
update map/filter, clean up to common format
#10094 merged
Nov 27, 2021 -
#9784 use `shutdown()` instead of `shutdownNow()`
#10063 merged
Nov 24, 2021 -
Feat/9943 inject telemetry context
#10024 merged
Nov 23, 2021 -
Split OpenTelemetry command
#10009 merged
Nov 22, 2021 -
Fix wrong type annotations for "env" it's a dict not a string
#10072 merged
Nov 22, 2021
9 Pull requests opened by 7 people
-
Remove legacy in favour of W3C endpoints.
#10075 opened
Nov 23, 2021 -
[py] Fix RelativeBy `near()` docs, fix bugs and deprecations in `webserver.py`
#10077 opened
Nov 23, 2021 -
[py] Improved exception handling relative locators that return empty sequences
#10078 opened
Nov 23, 2021 -
[java] Fix #10080 Handle null parameters in TracedCommandExecutor
#10081 opened
Nov 24, 2021 -
[py] send Base64 encoded addon to driver instead of path String
#10092 opened
Nov 26, 2021 -
[dotnet] support installing temporary addon in Firefox
#10093 opened
Nov 27, 2021 -
[js] Remove legacy JWP support and w3c<boolean> switch (Cleanup-1)
#10095 opened
Nov 27, 2021 -
#8318 Remove references to opera_blink in favour of opera
#10098 opened
Nov 28, 2021 -
[py] PEP 484 type hints for selenium.webdriver.chromium.options
#10099 opened
Nov 28, 2021
21 Issues closed by 10 people
-
Element Displayed check incorrect return value
#7702 closed
Nov 28, 2021 -
Selenium grid missing configuration for custom capabilities mutators
#7478 closed
Nov 28, 2021 -
Add support for sourceMapUrl when fetching Chrome logs
#5567 closed
Nov 28, 2021 -
getText return value is not equal to what a human sees for a capitalilzed strings with an apostrophe
#8542 closed
Nov 25, 2021 -
[🚀 Feature]: Download xml file instead of open
#10086 closed
Nov 25, 2021 -
[🐛 Bug]: NoSuchMethodError: org.openqa.selenium.WebElement.getDomAttribute
#10051 closed
Nov 24, 2021 -
[🐛 Bug]: [Ruby][C#] Exception when using wss protocol in se:cdp
#10017 closed
Nov 24, 2021 -
[🐛 Bug]: Gekodriver no longer works since 4.0.0 RC1
#10014 closed
Nov 24, 2021 -
[🐛 Bug]: Selenium 4.0.0: Can't instantiate chromedriver behind corporate proxy
#10062 closed
Nov 24, 2021 -
[🐛 Bug]: selenium 4.0: find_element returning dictionary instead of WebElement (Win App Driver)
#10079 closed
Nov 24, 2021 -
[🐛 Bug]: InvalidArgumentError on Firefox Remote Capabilities
#10076 closed
Nov 23, 2021 -
[🐛 Bug]: TimeoutException while working with alert with ChromeDriver v96
#10074 closed
Nov 23, 2021 -
[🚀 Feature]: [python] Set default executable path in service object
#10036 closed
Nov 23, 2021 -
[🚀 Feature]: OpenTelementry tracing: be able to link the default tracing with a custom tracing
#9943 closed
Nov 23, 2021 -
[🐛 Bug]: console.log listener doesn't seem to work
#10028 closed
Nov 23, 2021 -
[🐛 Bug]: .Net C# / Selenium 4.0: IE Timing out with InterExplorerDriver and IE Mode options
#9947 closed
Nov 23, 2021 -
[🐛 Bug]: AttributeError: 'dict' object has no attribute 'is_displayed'
#10071 closed
Nov 22, 2021 -
[🚀 Feature]: OpenTelementry tracing: split "command" tag to ease the search
#9942 closed
Nov 22, 2021 -
[🐛 Bug]: Cannot find "locateWith" in JavaScript environment
#10070 closed
Nov 22, 2021
12 Issues opened by 12 people
-
[🐛 Bug]: Selenium is expecting pages to load faster than it can, only on *Chrom*
#10100 opened
Nov 28, 2021 -
[🐛 Bug]: FirefoxDriverService.cs one line change breaks geckodriver ConnectToRunningBrowser
#10096 opened
Nov 27, 2021 -
[🐛 Bug]: Cannot run selenium webdriver.Remote with socks5 proxy enabled.
#10091 opened
Nov 26, 2021 -
[🐛 Bug]: C# Selenium 4.0 Proxy Authentication with Chrome Driver BiDi APIs freezing
#10090 opened
Nov 26, 2021 -
[🐛 Bug]: (dotnet) Selenium can't handle with default field value
#10089 opened
Nov 26, 2021 -
[🐛 Bug]:
#10088 opened
Nov 26, 2021 -
[🐛 Bug]: "No such file or directory" exception when initializing Chrome Driver in Docker container
#10087 opened
Nov 26, 2021 -
[🚀 Feature]: Java/CS FirefoxProfile to support addExtensioin temporary
#10084 opened
Nov 25, 2021 -
Brave browser closes instantly when opened from __init__ method in Python
#10082 opened
Nov 24, 2021 -
[🐛 Bug]: TracedCommandExecutor throws NPE for driver.switchTo().defaultContent() method for RemoteWebDriver
#10080 opened
Nov 24, 2021 -
[🐛 Bug]: Unable to Create Grid Node
#10073 opened
Nov 22, 2021
12 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
In Edge(IE mode), I can't get the handle of window which opened by window.open
#8868 commented on
Nov 25, 2021 • 8 new comments -
[refactoring] improve handling exceptions
#10068 commented on
Nov 24, 2021 • 5 new comments -
[🐛 Bug]: Exception in FirefoxDriver constructor after assembly but not during development
#10010 commented on
Nov 23, 2021 • 3 new comments -
[🐛 Bug]: Selenium v4 - Browsers crash after 300s of idle time, even with a jasmineTimeout = 900s
#10030 commented on
Nov 24, 2021 • 2 new comments -
[🐛 Bug]: Chrome and Proxy authentication seems not to work?
#10042 commented on
Nov 24, 2021 • 2 new comments -
When website has a cookie with empty name, Selenium is unable to get any cookies and throws an exception: Unhandled Exception: OpenQA.Selenium.WebDriverException: Unexpected problem getting cookies ---> System.ArgumentException: Cookie name cannot be null or empty string Parameter name: name
#7882 commented on
Nov 26, 2021 • 2 new comments -
[java] Add updated timeout to ensure correct error message
#10061 commented on
Nov 23, 2021 • 2 new comments -
Selenium 4 - Node taking 3 minutes to be registered as UP
#9847 commented on
Nov 22, 2021 • 1 new comment -
[🚀 Feature]: Remove unused Touch Endpoints in python
#10032 commented on
Nov 23, 2021 • 1 new comment -
[🚀 Feature]: Remove legacy end points in favour of W3C in python bindings
#10031 commented on
Nov 23, 2021 • 1 new comment -
Throw specific exception when port is already in use
#10067 commented on
Nov 24, 2021 • 1 new comment -
Add type hints in python codebase
#9480 commented on
Nov 28, 2021 • 0 new comments