I want to check when exactly I am on a specific web page. The Website has a searchbar and through that I want to ensure the I am on the website

后端 未结 0 993
面向向阳花
面向向阳花 2021-01-06 05:34

I tried using the selenium Waits:

def locationchecker(): try: searchbox_identifyer = WebDriverWait(driver, 7200).until( EC.presence_of_element_located((By.ID, \'sear

相关标签:
回答
  • 消灭零回复
提交回复
热议问题