You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tanuki can only interact with static content. An agent should be added that can access dynamic JS content (maybe waiting a few seconds before processing or waiting for connection quiescence).
Since there don't seem to be many native methods for this, possibilities include:
wait for a native implementation of something (maybe webapi)
get the stack to run on abcl, then use selenium/phanomjs bindings more-or-less directly
pass through to an intermediate agent that can deal with this
compile down the code via parenscript to run phantomjs/etc natively (would require a better abstraction layer over the db)
The text was updated successfully, but these errors were encountered:
Currently, tanuki can only interact with static content. An agent should be added that can access dynamic JS content (maybe waiting a few seconds before processing or waiting for connection quiescence).
Since there don't seem to be many native methods for this, possibilities include:
The text was updated successfully, but these errors were encountered: