-
### Feature and motivation
Hi all, I've been using Selenium for a few months now. It's amazing, keep up the great work.
I was considering contributing by adding some documentation into the code it…
-
### What happened?
I have a working test setup which is running as expected in a venv using python 3.10.0 under Windows 11.
I considered updating to python 3.12.4, so I created a new venv using 3…
-
### What happened?
Hi, I've recently noticed that when I asked Magentic One to scrape the dynamic content on the certain page where the context is being loaded dynamically by scrolling down. The `Cod…
-
### What happened?
Hello everyone,
I’m reaching out for some help regarding uploading an image to Google Forms using Selenium. I’ve been working on this for days, and despite trying various approa…
-
Hi thank you for your great work.
**Describe the bug**
I encountered an error running the following Python code:
```
import gymnasium
import miniwob
from miniwob.action import ActionTypes…
-
我按照您的read me指示,首次运行了`python crawler.py `之后,成功进入了登录界面。但我在登录后匆忙关掉了界面,之后的步骤的抓取就失败了。
我重新执行`python crawler.py `之后,知乎弹出登录界面就在一两秒内关闭,没有办法登录。控制台的输出如下
`C:\Users\liang\Desktop\zhihu_project\zhihu_spider_sel…
-
Would love to see the python/selenium version of this :)
toabi updated
2 years ago
-
```python
self.wait.until(EC.element_to_be_clickable((By.XPATH, selectors_login.get('accept_cookies_button')))).click()
or
self.chrome_navigator.find_element(By.XPATH, selectors_login.get('accept_c…
-
### What happened?
Expected Behavior -
Firefox run withprovided profile
Actual Behavior -
Firefox is not running
### How can we reproduce the issue?
```python
from selenium import webdr…
-
Python
Selenium
Page Object Model
Selenium Grid
Config file reading
https://www.youtube.com/watch?v=KqvvAiXjYqM&list=PLkrUNq1sQFX6RV9yWEdI-rS-BcVPyZwlP&index=10&t=6s
https://github.com/esther…