An open API service indexing awesome lists of open source software.

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.

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.`