selenium
selenium copied to clipboard
A browser automation framework and ecosystem.
### What happened? I've observed this issue only a few times but gave it a shot with the investigation. I've tracked it to https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/WebElement.cs#L188 Not sure what cames here, as...
### Feature and motivation We are moving away from nodejs to deno. Selenium is important too us and it would be great to have deno support as an alternative to...
### What happened? I'm talking about https://github.com/SeleniumHQ/selenium/blob/27ff5866dc1f50e4a01733fb6b0f3e734a72363b/py/selenium/webdriver/remote/webdriver.py#L256 The typing info says `options: Union[BaseOptions, List[BaseOptions]] = None`, while `_ignore_local_proxy` property is only defined for `ArgOptions` class. This means any code that...
### Feature and motivation There is some duplication throughout the following areas that are (largely) carrying out the same tasks: ```console grep -rE "def find_elements?\(" * selenium/webdriver/remote/webdriver.py: def find_element(self, by=By.ID,...
### Feature and motivation @nickgaya added extensions in common directory https://github.com/seleniumhq/selenium/tree/trunk/common/extensions Would be nice for all languages to update to use these extensions in their test code. Usage example here:...
### What happened? The NuGet packages have no documentation comments at all. This affects all versions >= 4.0.0. - v4.1.0:  - v3.141.0  ### How can we reproduce the...
### What happened? A fair few of the python tests in CI are a little flaky; resulting in red builds in most python pull requests at the minute; we are...
### What happened? We have been facing an issue (which is inconsistent), the IEDriverServer instance managed by Selenium Grid not shutting down gracefully. Frequently the selenium node instance continue in...
### What happened? GetDevToolsSession in WPF Application hangs forever, but same code in Console Application work fine. ### How can we reproduce the issue? ```shell MainWindow.xaml: MainWindow.xaml.cs: private void Button_Click(object...
### What happened? call devtools.target.create_browser_context() return error selenium.webdriver.common.bidi.cdp.BrowserError: BrowserError None Python 3.8.9 ### How can we reproduce the issue? ```shell from selenium import webdriver import selenium.webdriver.common.devtools.v101 as devtools async def...