version bump
This commit is contained in:
@@ -36,12 +36,12 @@ if(LoggedOutStatus){
|
||||
try driver.FindElementByXPath(Xpath).click()
|
||||
|
||||
Xpath = //input[@placeholder='Enter password']
|
||||
driver.FindElementByXPath(Xpath).click()
|
||||
try driver.FindElementByXPath(Xpath).click()
|
||||
|
||||
js = document.querySelector("button[type='submit']").click();
|
||||
driver.executeScript(js)
|
||||
|
||||
driver.executeScript("return document.readyState").equals("complete") ; wait until page loads completely before proceeding
|
||||
try driver.executeScript("return document.readyState").equals("complete") ; wait until page loads completely before proceeding
|
||||
sleep, 1000
|
||||
|
||||
; Do a double check to make sure that login worked
|
||||
|
||||
Reference in New Issue
Block a user