Skip to content

Commit

Permalink
Update get_url.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dukerki authored Jan 11, 2025
1 parent 1361be1 commit 8126ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_crt_time() -> str:

def select_elements():
'''选出后续需要使用的元素'''
raise driver
raise FileNotFoundError(str(driver))
search_box = driver.find_element("xpath",r"/html/body/div[1]/div/div[2]/div/table/thead/tr/th[3]/input")

search_box.send_keys('CUC\n')
Expand Down

0 comments on commit 8126ce4

Please sign in to comment.