Posts by lucas sampaio • 9 points
1 post
-
0
votes3
answers1877
viewsQ: Problem using python Selenium click()
Hello, I’m starting to use Selenium. I started trying to access google and some basic commands. However I can’t use click(). My show: from selenium import webdriver class Google(object): def…