Skip to content

Commit

Permalink
Version 0.2: including the source/paths.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelnishihara committed Feb 9, 2023
1 parent e49cc39 commit 21d0b98
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ env
__pycache__

# FILES
chromedriver.exe
*.json
chromedriver.exe
12 changes: 12 additions & 0 deletions source/paths.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"btn_sign_in": "/html/body/div[2]/div/div/div/div[1]/div/div/div/div[1]/section/nav/div[2]/div/div/div[3]/div/div[2]/div[1]/a/button",
"field_username": "/html/body/div[2]/div/div/div/div[1]/div/div/div/div[1]/section/main/div/div/div[1]/div[2]/form/div/div[1]/div/label/input",
"field_password": "/html/body/div[2]/div/div/div/div[1]/div/div/div/div[1]/section/main/div/div/div[1]/div[2]/form/div/div[2]/div/label/input",
"btn_log_in": "/html/body/div[2]/div/div/div/div[1]/div/div/div/div[1]/section/main/div/div/div[1]/div[2]/form/div/div[3]/button",
"field_2fa": "/html/body/div[2]/div/div/div/div[1]/div/div/div/div[1]/section/main/div/div/div[1]/div[2]/form/div[1]/div/label/input",
"btn_2fa": "/html/body/div[2]/div/div/div/div[1]/div/div/div/div[1]/section/main/div/div/div[1]/div[2]/form/div[2]/button",
"btn_not_now": "/html/body/div[2]/div/div/div/div[1]/div/div/div/div[1]/div[1]/div[2]/section/main/div/div/div/div/button",
"cls_following": "/html/body/div[2]/div/div/div/div[1]/div/div/div/div[1]/div[1]/div[2]/section/main/div/header/section/ul/li[2]/a/div"
}
]

0 comments on commit 21d0b98

Please sign in to comment.