UUV Assistant
Functionalities
Mouse navigation
The UUV assistant can be used to generate UUV phrases for mouse behaviour.
Sentences can be used to check the presence of elements in the HTML DOM, to perform mouse click actions, or to put a mouse focus on an element.
If the sentences have neither a name nor an accessible role, an alert is raised in the results gutter.
Keyboard navigation
The UUV assistant can be used to generate UUV phrases for keyboard behaviour.
The sentences are used to check the actual order of keyboard navigation and generate checks sentences accordingly.
Online demo
The online demo is available here.
Install
caution
NPM Package
Npm/Yarn will need access to the internet when installing the @uuv/assistant library.
Run the following command :
- Npm
- Yarn
npm install --save-dev @uuv/assistant
yarn add -D @uuv/assistant
Desktop executable
Usage
NPM Package
npx uuv-assistant --targetUrl=<targetUrl>
Name | Description | Example |
---|---|---|
targetUrl | Target website url | https://orange-opensource.github.io/uuv/ |
Desktop executable
Execute uuv-assistant.exe
from the unzipped folder