lmari’s blog

Data analytics, machine learning & front end development

Selenium

Scraping Financial Data with Selenium

Selenium with Python — Selenium Python Bindings 2 documentation Install Beautiful Soup 4 Followup: Unable to run in sublime text. Program ran in PyCharm Read xpath Getting FB stock data from yahoo finance from bs4 import BeautifulSoupimpor…

Budget Automation Using Chrome

Selenium is browser automation. The default browser is firefox. Need to change the settings in amazon_bot.py to to run selenium webdriver in Chrome browser from selenium import webdriver chromedriver = "C:\\Users\\Z\\chromedriver"driver = …