-
`You might use driver.switch_to.target(driver.targets[0].target_id)`
Error while switching to captcha iframe
```python
try:
# Wait for captcha iframe
wait = WebDriverWait(dr…
-
### What happened?
When using the DevTools to send a fake response (using `Network.ContinueRequestWithResponse`) with a body of 12166 characters or more, over Selenium Grid, the following exception i…
-
Hi,
Thank you for the your good project.
I see your demo with hashtag on c_span channel and it is working. I can click on hashtag as a link. But with my video, tag just is a text, and mention is…
-
@anandbagmar @saikrishna321
I am facing issue while running IOS testcase on local,
have installed appium, plugins and drivers locally in the AppiumTestDistribution directory using below commands,
…
-
### What happened?
使用浏览器访问下面网站
http://111.56.142.13:18088/subsidyOpen
直接可以看到请求后的数据
![image](https://github.com/SeleniumHQ/selenium/assets/20157752/bfd43e0c-8fba-4181-ab14-8c766efee75e)
但是,使用pytho…
-
**Describe the bug**
Connection with Gateway keeps breaking ->
```
2023-11-05 06:08:07,798|I| Gateway running and authenticated, session id: 0bb73cc1000b743e34fb5bd9bd65abcc, server name: JifH111…
-
this is what im using and what im getting -
PS C:\Users\dvny> cd C:\Users\dvny\Documents\lezhih
PS C:\Users\dvny\Documents\lezhih> java -jar lezhin-comics-downloader-2.9.0.jar -l=en -n=jinx -r=1~…
-
Not sure what im doing here- I can print the token but im having issues sending it back to the server.
iframe = WebDriverWait(driver, 10).until(
EC.presence_of_element_located((By…
-
Tenho este codigo:
```
from time import sleep
from selenium.webdriver.support import expected_conditions
from selenium.webdriver.support.ui import WebDriverWait
import undetected_chromedriver a…
-
Hello,
Need your help , I having error after solver.click_recaptcha_v2(iframe=recaptcha_iframe) , as below :
solver.click_recaptcha_v2(iframe=recaptcha_iframe)
site-packages\s…