vmi / selenese-runner-java

Selenium IDE native format (selenese and side) interpreter.
Other
140 stars 82 forks source link

Is it possible to process data out of Selense runner and push it back into the page? #325

Open m3hdiii opened 3 years ago

m3hdiii commented 3 years ago

For example imagine the page has a captcha and we want to screenshot the captcha, process it within our code while the process is waiting and then send an input back to the page.

Is this possible to do using .side file and selenese-runner-java API?