Skip to content

Commit

Permalink
update xpath choose_button
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Jul 12, 2023
1 parent 4618217 commit 2099017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/money-forward/money.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def login(driver):
# choose account button
choose_button = driver.find_element(
by=By.XPATH,
value="/html/body/main/div/div/div/div/div[1]/section/form/div[2]/div/div[2]/input",
value="/html/body/main/div/div[2]/div/div/div[1]/section/form/div[2]/div/div[2]/button",
)
choose_button.click()

Expand Down

0 comments on commit 2099017

Please sign in to comment.