Difference between revisions of "Web Automation"

From
Jump to: navigation, search
(VBA)
(VBA using Selenium)
Line 42: Line 42:
 
=== VBA using Selenium ===
 
=== VBA using Selenium ===
 
* [http://codingislove.com/browser-automation-in-excel-selenium Browser automation in Excel VBA using Selenium | Ranjith Kumar - Coding is Love]
 
* [http://codingislove.com/browser-automation-in-excel-selenium Browser automation in Excel VBA using Selenium | Ranjith Kumar - Coding is Love]
 +
* [http://www.myonlinetraininghub.com/web-scraping-filling-forms Web Scraping – Filling in Forms | Philip Treacy]
  
 
=== VBA ===
 
=== VBA ===

Revision as of 11:30, 17 November 2019

YouTube search... ...Google search

Beautiful Soup and Requests


Jupyter Notebook

YouTube search... ...Google search

Excel

YouTube search... ...Google search

VBA using Selenium

VBA

There are two ways to get information from websites programmatically: by downloading their data, or by parsing their HTML. WiseOwl