Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itszerrin authored Jul 1, 2024
1 parent 75e0d5a commit db82a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/scripts/get_jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_jwt(email: str, password: str) -> str:
time.sleep(2)

# Click button with specific text
nextbtn = browser.find_element(By.XPATH, '//button[contains(text(), "Log in with email")]')
nextbtn = browser.find_element(By.XPATH, '//span[contains(text(), "Continue with Email")]')
nextbtn.click()

# Wait for a bit to let the next page load
Expand Down

0 comments on commit db82a3a

Please sign in to comment.