Skip to content

Commit c991943

Browse files
authored
changing the id and pass
1 parent 21f7435 commit c991943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Insta scarping Part -3.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"outputs": [],
3737
"source": [
3838
"uname = wd(driver ,10).until(ec.element_to_be_clickable((By.XPATH, '//*[@id=\"loginForm\"]/div[1]/div[1]/div/label/input')))\n",
39-
"uname.send_keys('sriramanand23@gmail.com')\n",
39+
"uname.send_keys('YOUR USERNAME OR MAIL ID')\n",
4040
"\n",
4141
"pword = wd(driver, 10).until(ec.element_to_be_clickable((By.XPATH, '//*[@id=\"loginForm\"]/div[1]/div[2]/div/label/input')))\n",
42-
"pword.send_keys('STRANGER003')"
42+
"pword.send_keys('YOUR PASSWORD')"
4343
]
4444
},
4545
{

0 commit comments

Comments
 (0)