Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How could I wait for a copy to clipboard to be done
#3
Tongue I have solved it by waiting for a part the a window, the copy to clipboard button was in a modal and after click, it closes automatically so I waited for a specific area behind the modal.

the code is like 

 
Code:
Copy      Help
 
wait 3 S "image:h97BAE402" w 0 1|16|0x400 50; err
 mes F"No se encontró botón Copy to Clipboard Only: {_error.description}. Línea: {_error.line}"; end
lef
wait 15 S "image:hF60463E6" w 0 16 50; err
 mes F"No se copiaron los elementos al portapapeles a tiempo: {_error.description}. Línea: {_error.line}"; end

Regards.


Messages In This Thread
RE: How could I wait for a copy to clipboard to be done - by apeso - 04-28-2021, 03:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)