mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 07:50:22 +00:00
e.g.
Before:
code: element('.actions ul li a').click();
output: element .actions ul li a click
After
code: element('.actions ul li a', "'Configuration' link").click();
output: element 'Configuration' link ( .actions ul li a ) click
|
||
|---|---|---|
| .. | ||
| application-account.html | ||
| application.html | ||
| browser.html | ||
| datastore-scenarios.js | ||
| datastore.html | ||
| location.html | ||
| perf.html | ||
| Runner-compiled.html | ||
| Runner.html | ||
| style.css | ||
| widgets-scenario.js | ||
| widgets.html | ||