paulvinders
8 years agoContributor
runner async does not do anything
Hi,
we've installed TC12.3 and the call
Runner.CallObjectMethodAsync (<xyz>, "Click");
works fine with JScript, also with TC 11.
But...with JavaScript, the call does not do anything.
<xyz>.Click() works ok on the other hand.
Stopping the Execution of the test after calling CallObjectMethodAsync, the Click is performed suprisingly. Is the Call queued? Do we have to flush a queue?
We were advised to use JavaScript because of the many advantages and the newer Engine. But this is a blocker!
We have to open modal windows with the async-call.
Is there an issue with JavaScript and CallObjectMethodAsync?
sincerely,
P. Vinders
SOPTIM AG
Germany