Relative Content

Tag Archive for pythonselenium-webdriverselenium-chromedriver

Selenium python program started crashing with WinError 193

I am running code with pytest and initializing a set of frontend tests with selenium. With no changes in code my selenium chrome tests started crashing with this error, firefox tests pass with no issue. Looks like something not related directly with code but rather my system? Below I’m pasting full log of the error I am receiving. I would appreciate all the help I can get.

Error not being able to enter Python Selenium 4 input

I am doing a web automation with Python, but there is a problem that, although I tried all the solutions, I want to print data to the two inputs in the picture below, but none of the methods worked. I would be very happy if you could help me with this subject.

How to get headless to work for selenium scraper?

Im building a selenium web scraper for nft loan data on blur.io, and it works perfectly in NON Headless mode. But in headless mode, it is unable to find a scrollable element ,that is necessary to access, which is used to scroll to load content. This just causes the script to error out in headless mode.