Python To View And Manipulate Web Page
I want to use Python to edit an element on a webpage. I've been trying to figure out how to use selenium to do that. Right now, this is what I have so far... driver = webdriver.C
Solution 1:
Selenium isn't a tool to edit elements on website. It used commonly to automate tests imitating user behavior on website.
Post a Comment for "Python To View And Manipulate Web Page"