nexiality / nexial-webeasy

A chrome extension to simplify web automation. support behavior tracking, element inspection, and integration to Nexial Automation scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nexial-webeasy

aka Nexial WebEZ.

A chrome-extension to simplify the work of web automation (including test automation). Designed with the intentions to be both a selector/locator inspection tool and a "helper" tool to ease the Nexial script development.

Current feature set includes:

  1. Track user actions (mostly typing and clicking) on a web page and translate them to the appropriate Nexial commands.
  2. Ability to track across multiple websites. Start and stop the tracking at any point.
  3. Derive at a set of reasonably useful and maintainable locators for each of the referenced element (such as a button or a text box). You have the option to select the locator that best fits your ideals.
  4. Ability to add element and text related assertions directly from the current web page.
  5. Transform user actions and corresponding locators into an on-screen automation draft, which you can further refine.
  6. One-click Copy to send your final draft to your Nexial script, and you are ready to run it!
  7. On-demand locator inspector -- Useful even if you are not using Nexial!
  8. Oh ya, did we mention it's FREE?!

About

A chrome extension to simplify web automation. support behavior tracking, element inspection, and integration to Nexial Automation scripts

License:Apache License 2.0


Languages

Language:JavaScript 80.6%Language:CSS 11.3%Language:HTML 8.1%