Questions tagged [selenium-webdriver-python]

73 questions
0
votes
1 answer

Python selenium can't get text from website

I'm writing a code that uses https://www.deepl.com/translator to translate english movie titles to polish (since it's the only translator i know that doesn't translate them literally) but I'm unable to extract translated text from…
0
votes
2 answers

Selenium for Chrome version 103 is just crashing, I know it's not my code because whilst its still crashing at one time it still ran

The script is crashing on Chrome version 103 only it's still running on 102. In one instance, it ran but crashed while executing a loop for its fifth time. It is selenium + python. What should I do?
0
votes
1 answer

How do I select an element within a frame without an ID in Python/Selenium?

I'm using Python 3.9, chromedriver 101 and the latest version of Selenium I'm trying to select and click an element within a frame without an ID. The HTML for the frame and element I want to click on are