leon
leon

Reputation: 127

After using Selenium on macOS, Chrome isn't the same

I installed selenium and used a python program to run chrome using selenium on my MacBook Air. Before there was an error on selenium, and after installing googlechrome drivers for selenium and creating a PATH using terminal, it opened a separate google chrome page that showed Chrome is being controlled by automated test software.

After around 30 minutes of running python and using selenium, I saved and closed out of everything.

In the next 2 minutes, I reopened Google Chrome to search something about web scraping, and the browser was the same one used by selenium. It still showed the Chrome is being controlled by automated test software notice, and there was a Chrome Automation Extension.

I tried:

I don't know how to fix this. Can anyone help me?

Thanks in advance!

Upvotes: 0

Views: 457

Answers (1)

leon
leon

Reputation: 127

Ok, so I found out that the chromedriver was still running in the background. After I closed it using activity monitor, the problem was solved.

Upvotes: 1

Related Questions