Reworked pre-existing tab indexing for re-using tabs

pull/2/head
Yuriy 2 years ago
parent 38295d8430
commit 1048b80de4

@ -2214,7 +2214,7 @@ if(!InStr(LocalsPostPageURL, "/share/post")){
} }
; replace any double slashes that migth have come from the combining ; replace any double slashes that migth have come from the combining
LocalsPostPageURL := StrReplace(LocalsPostPageURL, "//", "/") ; LocalsPostPageURL := StrReplace(LocalsPostPageURL, "//", "/")
Status := NavigateFromBaseURLTo(LocalsPostPageURL) Status := NavigateFromBaseURLTo(LocalsPostPageURL)
@ -5109,7 +5109,7 @@ if(VideoThumbFilepath != "") {
; @todo: Add a check to see if progress gets stuck ; @todo: Add a check to see if progress gets stuck
; Check Upload Percentage ; Check Upload Percentage
TooltipThis("Waiting for Video to Finish Uploading`nChecking Progress Every 5 Seconds") TooltipThis("Waiting for Video to Finish Uploading")
Loop, %Number_of_loops_to_Check_Upload_status% { Loop, %Number_of_loops_to_Check_Upload_status% {
sleep, %Time_Between_Loops_Upload_Status% sleep, %Time_Between_Loops_Upload_Status%
@ -5167,7 +5167,7 @@ js = document.getElementById('submitForm').click();
try driver.executeScript(js) ; try 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
; Select Rumble Only Licensing ; Select Rumble Only Licensing

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save