Posts by Fabio Pereira • 26 points
2 posts
-
0
votes1
answer188
viewsA: Automation Webdriver with python
The element is not yet available for interaction, to solve this you can use an explicit waiting technique as below. from selenium import webdriver from selenium.webdriver.common.by import By from…
-
1
votes1
answer51
viewsA: Concatenation in Python
You can use the method string.() The syntax of the command is: resultado = str_do_caractere_separador.join(lista) Follow an example: cores = ' '.join(velas)…
pythonanswered Fabio Pereira 26