Posts by Jackson Souza • 31 points
3 posts
-
0
votes1
answer74
viewsA: Python | Selenium | Looking for html element
From what I understand, you are trying to search for an element that is not located within the main page frame. By default the main frame or one that is available when you open a page is named…
-
1
votes1
answer45
viewsA: Driver name not set
Some points need to be fixed in your code for it to work properly, come on? login(self): driver = self.driver driver.get("https://www.instagram.com/accounts/login/?hl=pt-br") campo_usuario =…
pythonanswered Jackson Souza 31 -
2
votes1
answer107
viewsA: I’m learning python and I’m not finding out why the script doesn’t work, this is a tutorial on youtube someone can help me
Some changes must be made to your code for it to work, come on! login(self) driver = self.driver driver.get("https://www.instagram.com.br") First point to note is that in the "login" function after…
pythonanswered Jackson Souza 31