Forum Discussion
AlexKaras
Champion Level 1
13 years agoHi Christophe,
You need to use the Runner.CallObjectMethodAsync() (see help for more details and code samples) to perform a click.
The click will be performed asynchronously and your code will be able to proceed further and either check for the window or to rely on the UnexpectedWindow handler.
You need to use the Runner.CallObjectMethodAsync() (see help for more details and code samples) to perform a click.
The click will be performed asynchronously and your code will be able to proceed further and either check for the window or to rely on the UnexpectedWindow handler.