We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A dialogue which is apperaring "sometimes" can only be catched in this way:
if (screen.exists("dialog",30)) { screen.click("okbutton"); }
If the dialogue is not apperaring, Sakuli has to wait 30 seconds - useless.
waitForImageCase( "bild1", sec, _functionhandler1, "bild2", sec, _functionhandler2 );
would solve the problem. Sakuli would wait for two images at the same time and execute one of two function handlers.
The text was updated successfully, but these errors were encountered:
implement after #26 and callbacks are possible
Sorry, something went wrong.
toschneck
No branches or pull requests
A dialogue which is apperaring "sometimes" can only be catched in this way:
If the dialogue is not apperaring, Sakuli has to wait 30 seconds - useless.
would solve the problem. Sakuli would wait for two images at the same time and execute one of two function handlers.
The text was updated successfully, but these errors were encountered: