Skip to content

Commit

Permalink
Criando primeiro script
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicasv committed Sep 9, 2022
1 parent e3eb647 commit 9fbef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

if __name__ == '__main__': #aciona o script

driver = webdriver.Remote("https://jessicav:2e5baf84-44d4-46bc-ac27-f191c5bff9fa@ondemand.us-west-1.saucelabs.com:443/wd/hub", caps)
driver = webdriver.Remote("segredo", caps)

# o script gerado automaticamente pelo appium não funcionou como demonstrado no vídeo pelo professor.
# revirei na internet e descobri que a sintaxe mudou um pouco
Expand Down

0 comments on commit 9fbef6b

Please sign in to comment.