Posts by HudBug • 1 point
1 post
-
0
votes0
answers12
viewsQ: Error using find_element_by_tag_name - Selenium python
I am trying to access the following element on a web page: [! [insert image description here][1]][1] The code I’m writing is this: import os import time import bs4 from selenium import webdriver…