0

I am trying to scrape a website, but it is not loading in selenium. When I browse that website in my "real" chrome browser, everything works fine. Is there any way I can use my real browser with python to automate stuff, instead of using selenium??

Thanks

1 Answer 1

1

Using selenium we can automate real browsers.

If in case the website is not loading via selenium, you can check if adding desired capabilities helps. Here we can set proxy, disable extensions etc. There are many options available. https://chromedriver.chromium.org/capabilities

Also if you can share what kind of error is displayed that would be helpful.

Sign up to request clarification or add additional context in comments.

2 Comments

Website is detecting selenium somehow and I am getting access denied. Looks like its some kind of anti-bot technology.
You can also try Robot Framework browser library. Its not based on selenium. robotframework-browser.org. Let me know if it helps

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.