Skip to content

Tag: selenium

Python Scrape Issue – Sublime, Chrome

First off – no experience with Python, Sublime Text or Selenium – please be kind.. I am having an issue building a scraper in Python – using Sublime text, Selenium and Chrome. I have updated to the latest Python, Pip and downloaded the correct Chrome Driver. The webpage pops up fine, but get…

scrape data using selenium

The program is running good but they will scrape only one TITLE I want they scrape all the title in the page These is the page link https://www.eurobike.com/en/index-exhibitors/exhibitors/? Answer The website is populated completely by complex JavaScript.First of all, to display listing from this url,acceptin…

Functions executing out of order?

I have a problem currently that makes no sense to me whatsoever. I am making a program that runs a script on a website using the selenium web driver. This is paired with a GUI I made with Tkinter. In short, I have a “Launch” button in the gui that is set to trigger this function: “script&#82…

Python Selenium Logon

This code technically works to login just fine. However, on successful login it prints both login successful, and login incorrect. on failed login it only prints login incorrect. I’m using python3, and selenium. I believe this may be a syntax error, but I’m just not sure how to fix it. I can hard-…