selenium icon indicating copy to clipboard operation
selenium copied to clipboard

A browser automation framework and ecosystem.

Results 802 selenium issues
Sort by recently updated
recently updated
newest added

### 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...

R-awaiting answer
C-dotnet
I-defect

### 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...

C-nodejs
I-enhancement
help wanted

### 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...

C-py
I-defect

### 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,...

C-py
I-enhancement

### 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:...

C-rb
C-dotnet
I-enhancement

### What happened? The NuGet packages have no documentation comments at all. This affects all versions >= 4.0.0. - v4.1.0: ![grafik](https://user-images.githubusercontent.com/9693842/154506165-9f94741f-cc5a-467b-a7f7-267f036b8b63.png) - v3.141.0 ![grafik](https://user-images.githubusercontent.com/9693842/154506055-6203d5d1-3582-47f3-94a6-87673f3818e1.png) ### How can we reproduce the...

C-docs

### 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...

E-easy
C-py
I-defect
help wanted

### 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...

C-grid
D-IE
C-java
I-defect

### 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...

C-dotnet
I-defect

### 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...

C-py
I-defect