Simple automation for SPA testing.
Just register jQuery selectors and run.
It will automatically waits network connection and webpage navigation.
Here is a sample running at todomvc.
Not only single page but also able to run on normal navigation pages.(But not stable yet)
screenshot idea forked from this app
- check to screenshot
- screenshots will be download automatically
- Prepare your tasks on setting
- Go to the page which you want to run automation on
- Then click the run button of extension
- Run by shortcut such
option+z
oralt+z
. More Info - We do not handle shortcut for all domain.
You have to register each domain inShortcuts available domains
first.
Below type of function are supported.
Setting functions text
, val
, html
will use jQuery's function for set value.
- url
- click
- dblclick
- text
- val
change
event will be dispatch automatically- html
- event
- set event type such
blur
andfocus
to data field
Open dev tools on browser. Go to elements tab. Select the element which one you want selector of it. Right click and copy selector.
- Keep value and use on next task
- More easier way to get selector