Skip to content

Commit

Permalink
Update antmedia-samples.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yashtandon113 authored May 19, 2024
1 parent 6215f71 commit a83aa6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Selenium/antmedia-samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,9 @@ def switch_window_and_frame(driver):
try:
driver.execute_script("window.open('https://antmedia.io/webrtc-samples/deepar-publish-play/', '_blank');")
switch_window_and_frame(driver)
print("pass1")
driver.find_element(By.XPATH, "/html/body/div/div/select").click()
print("pass2")
time.sleep(2)
driver.find_element(By.XPATH, "/html/body/div[1]/div/select/option[3]").click()
print("pass3")
time.sleep(2)
driver.find_element(By.XPATH, "/html/body/div/div/div[5]/button[1]").click()
time.sleep(10)
Expand Down

0 comments on commit a83aa6b

Please sign in to comment.