Hi Edgar,
Instead of :
# Load the HTML page
driver.get(os.getcwd() +”\\test.html”)
simply substitute the file name for the url you want to use
driver.get('https://your-url')
I used a local file so I could keep it simple and control what I was scraping.
Thanks for reading, I'll update the article to make it clear.
Alan