-
### What happened?
We've migrated from Ubuntu 20.04 to Ubuntu 24.04, and suddenly our Selenium screenshot sizes changed.
It seems that the initial window size now includes the search bar / bookmar…
-
The following errors are happening in a production & staging environment when we attempt to screenshot with panther, set size for the window, or do anything that utilizes panther for web scraping. It …
-
A test failed on a tracked branch
```
WebDriverError: disconnected: not connected to DevTools
(failed to check if window was closed: disconnected: not connected to DevTools)
(Session info: chrome…
-
A test failed on a tracked branch
```
Error: timed out waiting for rendering count to stabilize -- last error: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="lnsDat…
-
After upgrading TestBench 9.3 (main branch) to use Selenium 4.26.0, the following test fails to create a WebDriver and start the Chrome:
```
Caused by: org.openqa.selenium.SessionNotCreatedException…
-
Currently, the [`browsingContext.navigate`](https://w3c.github.io/webdriver-bidi/#command-browsingContext-navigate) command's [await a navigation](https://w3c.github.io/webdriver-bidi/#await-a-navigat…
-
```
from selenium import webdriver
from selenium.webdriver.chrome.service import Service
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.common.by import By
from sel…
-
### What happened?
Trying to use the new BiDi feature to get browser console logs/errors with Firefox. However, with certain types (not sure the exact cause of this) of js error, a `stackTrace` objec…
-
### What happened?
Hi!
When I want to use .net Selenium package with a Chrome browser with Remote Debugging (started with the option "--remote-debugging-port"), I have problems with some special c…
-
I passed my credential
```
chat_bot = ChatGPTAutomation(
username="username-removed", # Optional
password="password-removed" # Optional
)
```
And after i execute this cell, i am gett…