Skip to content

Commit

Permalink
Fix new button issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wimpywarlord committed Dec 18, 2023
1 parent 222dcbc commit 400b7ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.env
2 changes: 1 addition & 1 deletion assets/script/appliFly.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
employmentHomePageUrl = 'https://students.asu.edu/employment/search'
chromeDriver.get(employmentHomePageUrl)

on_campus_job_button = chromeDriver.find_element(By.XPATH ,"/html/body/div[3]/div[2]/main[3]/div/div/div/div[2]/div/div/div/div/div[1]/div/div/div/div[1]/a/button")
on_campus_job_button = chromeDriver.find_element(By.XPATH ,"/html/body/div/div/main/div[2]/article/div[2]/div/div/div/div/div/div[4]/div/a[1]")

on_campus_job_button.click()

Expand Down

0 comments on commit 400b7ae

Please sign in to comment.