From 6f00fa6f682ac9bc872ae49a1c5f1461630fd845 Mon Sep 17 00:00:00 2001 From: RSH04 <50822394+RSH04@users.noreply.github.com> Date: Wed, 30 Oct 2019 23:50:41 +0530 Subject: [PATCH 1/3] Update ErpAutoLogin.py --- ErpAutoLogin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ErpAutoLogin.py b/ErpAutoLogin.py index dc79c2b..7542041 100644 --- a/ErpAutoLogin.py +++ b/ErpAutoLogin.py @@ -46,3 +46,4 @@ time.sleep(1) login = browser.find_element_by_id('btnSubmit') login.click() +# erp logged in successfully From 45c36e1d4c330782f8ea76fb3481e027fb6638d0 Mon Sep 17 00:00:00 2001 From: RSH04 <50822394+RSH04@users.noreply.github.com> Date: Wed, 30 Oct 2019 23:53:08 +0530 Subject: [PATCH 2/3] Update ErpAutoLogin.py --- ErpAutoLogin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ErpAutoLogin.py b/ErpAutoLogin.py index 7542041..0c0682f 100644 --- a/ErpAutoLogin.py +++ b/ErpAutoLogin.py @@ -14,6 +14,7 @@ user = input('''Enter your Roll No in the format BE/10xxx/1x : ''') +#valid user id passwd = getpass('Enter your password : ') browser = webdriver.Firefox() browser.get('http://erp.bitmesra.ac.in') From 6a4d86523bcaa42c84cf40d34a0b6b820845b623 Mon Sep 17 00:00:00 2001 From: RSH04 <50822394+RSH04@users.noreply.github.com> Date: Wed, 30 Oct 2019 23:56:04 +0530 Subject: [PATCH 3/3] Update ErpAutoLogin.py --- ErpAutoLogin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ErpAutoLogin.py b/ErpAutoLogin.py index 0c0682f..9f2a432 100644 --- a/ErpAutoLogin.py +++ b/ErpAutoLogin.py @@ -14,7 +14,7 @@ user = input('''Enter your Roll No in the format BE/10xxx/1x : ''') -#valid user id +#valid user id required passwd = getpass('Enter your password : ') browser = webdriver.Firefox() browser.get('http://erp.bitmesra.ac.in')