https://github.com/airtasker/interactable
A Chrome extension that helps you automate web UIs.
https://github.com/airtasker/interactable
Last synced: 12 days ago
JSON representation
A Chrome extension that helps you automate web UIs.
- Host: GitHub
- URL: https://github.com/airtasker/interactable
- Owner: airtasker
- Created: 2018-08-03T01:25:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T05:27:48.000Z (almost 8 years ago)
- Last Synced: 2025-01-03T04:34:41.844Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 60
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# interactable
interactable is a chrome plugin that will check a website elements for the presence of a specified selector
on standard interactable elements, and if it does not find it the plugin will highlight the element.
## Supported elements
* Input fields.
* Text areas.
* Links.
* Buttons.
Plugin does not currently support any element that has an onClick event.
## Usage
Chrome store download link: https://chrome.google.com/webstore/detail/interactable/kipfhcghcmfhmdjmadnkgcpikhcjgfpi
1. Right click the interactable icon and select options.
2. Enter the URL you want interactable to check (will all pages on that domain).
3. Enter the selector you want to look for.
4. Click Save
`If you are using the extension as an unpacked (not from chrome store) you will need to reload the extention from chrome://extensions for the changes to take effect.`