gui updates, odysee small bug fix
This commit is contained in:
@@ -232,7 +232,7 @@ if(LivestreamThumbnail != ""){
|
||||
Message = Submitting Livestream
|
||||
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging")
|
||||
|
||||
; Click Create Button in the confirmation popup
|
||||
; Click Create Button at bottom of the screen
|
||||
Xpath = //span[contains(text(),'Create')]
|
||||
Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=5,SleepLength:=1000)
|
||||
if(Status){
|
||||
@@ -241,8 +241,10 @@ if(Status){
|
||||
Return
|
||||
}
|
||||
|
||||
sleep, 1000
|
||||
|
||||
; Click confirm button in the popup
|
||||
Xpath = //button[@aria-label='Confirm']//span[@class='button__content']
|
||||
Xpath = //span[contains(text(),'Confirm')]
|
||||
Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=5,SleepLength:=1000)
|
||||
if(Status){
|
||||
Message = Failed to click "Confirm" button in confirmation popup
|
||||
|
||||
Reference in New Issue
Block a user