diff --git a/Selenium/antmedia-samples.py b/Selenium/antmedia-samples.py index a9a23c86..aeaa5670 100644 --- a/Selenium/antmedia-samples.py +++ b/Selenium/antmedia-samples.py @@ -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)