How do I capture the result of a custom command? #2600
Unanswered
kretschmannj
asked this question in
Help Needed
Replies: 2 comments
-
Please, look at short example (we used it for frame change, just update it to your needs).
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This example will return a value that you can get as a return (no need to use callback in the custom method).
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can run a test like so that captures and displays the result of the waitForElementPresent command ...
How would I write a custom command that works the same way ... returning a result which I could then capture?
For example, I want to do something like this ...
Beta Was this translation helpful? Give feedback.
All reactions