Relative Content

Tag Archive for pythonselenium-webdriverweb-scraping

Python script to extract data post login from a website in chrome

i am writing a Python script to extract data from valueresearchonline.com using my login credentials. I am using Selenium webdriver as my website will have dynamic data that i would like to scrape. however i am unable to click on the button that says “login with password”, i have pasted a screenshot of the login page.

Python script to extract data post login from a website in chrome

i am writing a Python script to extract data from valueresearchonline.com using my login credentials. I am using Selenium webdriver as my website will have dynamic data that i would like to scrape. however i am unable to click on the button that says “login with password”, i have pasted a screenshot of the login page.

Website behaves differently during Selenium automation compared to manual browsing

I am trying to automate a task using selenium, the issue I am facing is on this link, when you press the button Vote for Asteria MU SEASON 20 PART 1-2 - 99999x and then you will be redirected to a new page where you have to enter a simple captcha, and when you enter it incorrect and even sometimes when you enter correct it shows that it is wrong but when I am doing it using selenium even if I enter a wrong captcha text it does not show me that it is incorrect can someone explain me???

How to target a DIV that only appears when the cursor hovers over a table

I’m trying to figure out how to scrape a website and successfully managed to get the result I wanted but am limited by having to keep the cursor within a table i want to scroll.
The end goal is to have this run in the background without me having to move the cursor or even have the page open in the foreground.

Selenium WebDriver unable to scroll on pure.app website

I’m trying to automate interaction with the pure.app website using Selenium WebDriver in Python. The main goal is to automatically like posts on the website, but in order to do that, I need to be able to scroll the page to load new content.