#๐ Help with Selenium Integration
7 messages ยท Page 1 of 1 (latest)
@sweet elk
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Closes after a period of inactivity, or when you send !close.
Error:
File "C:\Users\dip\PycharmProjects\PythonProject\banscaper.py", line 227, in <module>
get_match_links(team_url)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "C:\Users\dip\PycharmProjects\PythonProject\banscaper.py", line 80, in get_match_links
map_rows = get_map_rows(0)
File "C:\Users\dip\PycharmProjects\PythonProject\banscaper.py", line 27, in get_map_rows
parasite_container = wait.until(
EC.visibility_of_element_located((By.ID, "parasite-container"))
)
File "C:\Users\dip\PycharmProjects\PythonProject\.venv\Lib\site-packages\selenium\webdriver\support\wait.py", line 105, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x00007FF7ACB56CC5+28821]
(No symbol) [0x00007FF7ACAC3850]
(No symbol) [0x00007FF7AC96578A]
(No symbol) [0x00007FF7AC9B91BE]
(No symbol) [0x00007FF7AC9B94AC]
(No symbol) [0x00007FF7ACA02647]
(No symbol) [0x00007FF7AC9DF33F]
(No symbol) [0x00007FF7AC9FF412]
(No symbol) [0x00007FF7AC9DF0A3]
(No symbol) [0x00007FF7AC9AA778]
(No symbol) [0x00007FF7AC9AB8E1]
GetHandleVerifier [0x00007FF7ACE8FCCD+3408029]
GetHandleVerifier [0x00007FF7ACEA743F+3504143]
GetHandleVerifier [0x00007FF7ACE9B61D+3455469]
GetHandleVerifier [0x00007FF7ACC1BDCB+835995]
(No symbol) [0x00007FF7ACACEB6F]
(No symbol) [0x00007FF7ACACA824]
(No symbol) [0x00007FF7ACACA9BD]
(No symbol) [0x00007FF7ACABA1A9]
BaseThreadInitThunk [0x00007FF9563B259D+29]
RtlUserThreadStart [0x00007FF957B0AF38+40]
^ code
I am attempting to use Selenium to pull bans for teams through faceit.
I have the latest ChromeDriver and a beta build of Chromium installed, just looking for help
@sweet elk
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.