Automated Reasoning for Web Usability Problems
RESTful Web Service to receive all anchor tags and form's action of a choosen web site
- The HTML source to be analyzed needs to be included in the POST
body.
The returned data are in JSON format. It is an object which will give
informations about the following fields for each website:
- anchor-tags
- href
- id
- plaintext (will only show the first 20 characters)
- imgSrc
- imgAlt
- form-tags
The fields will only apear if informations are available.