skip to Main Content

Visual Studio Code – Scrape traffic data with Selenium that require login

I need to scrape Authority score, Organic Search Traffic, Backlinks from burton.com using Selenium. below script gives some errors Semrush image to be scraped from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service import Service options = webdriver.ChromeOptions() options.add_experimental_option('excludeSwitches',…

VIEW QUESTION

Run selenium with cache on centos/linux

I'm able to run selenium on non GUI centos/linux machine in headless mode. I have been trying to run it with cache enable by passing below chromeoptions arguments. chromeOptions.addArguments("user-data-dir=~/.config/google-chrome"); It has started fine and identified elements till login page(which is…

VIEW QUESTION
Back To Top
Search