Posts by Lucas Palmeira • 13 points
2 posts
-
0
votes0
answers30
viewsQ: Automation error in Selenium: Failed to change window status to 'normal'
When trying to execute a code using the Selenium library, I get the following error: <html><head></head><body></body></html> Traceback (most recent call last):…
-
0
votes2
answers205
viewsQ: Copy line and write the same line to another file using python
I need to open a file, read a particular line and write that same line to another file. However, at the end of the line need to add a character (an asterisk "*"). leitura = open(arqfasta, 'r')…
pythonasked Lucas Palmeira 13