Skip to content

Commit

Permalink
final test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Aug 16, 2023
1 parent 42380ea commit c6ee578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def Netflix_intro():
# click on profile-icon class
# driver.find_element(by=By.CLASS_NAME, value="profile-icon").click()
# click on video element
driver.implicitly_wait(2)
driver.implicitly_wait(4)
driver.find_element(by=By.CLASS_NAME, value="watch-video--autoplay-blocked").click()

# profile auto pick
Expand Down

0 comments on commit c6ee578

Please sign in to comment.