Reworked pre-existing tab indexing for re-using tabs
This commit is contained in:
@@ -2214,7 +2214,7 @@ if(!InStr(LocalsPostPageURL, "/share/post")){
|
||||
}
|
||||
|
||||
; replace any double slashes that migth have come from the combining
|
||||
LocalsPostPageURL := StrReplace(LocalsPostPageURL, "//", "/")
|
||||
; LocalsPostPageURL := StrReplace(LocalsPostPageURL, "//", "/")
|
||||
|
||||
|
||||
Status := NavigateFromBaseURLTo(LocalsPostPageURL)
|
||||
@@ -5109,7 +5109,7 @@ if(VideoThumbFilepath != "") {
|
||||
|
||||
; @todo: Add a check to see if progress gets stuck
|
||||
; 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% {
|
||||
sleep, %Time_Between_Loops_Upload_Status%
|
||||
|
||||
@@ -5167,7 +5167,7 @@ js = document.getElementById('submitForm').click();
|
||||
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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user