Automated Reasoning for Web Usability Problems
RESTful web service to analyze dwell times of images in an html
document
The following GET-options are supported
- url the url related to the html source,
this option is rerquired
- output the format of the analysis output,
html and json are
posible options. The default value is json.
The HTML source to be analyzed needs to be included in the
POST body.
If the format is JSON the returned data have the following
structure:
- duration total duration of all images
(in seconds)
- images
an array containing information to all images
- type type of the image
(normal, thumb, banner, navi, back, ani)
- duration duration of the image
(in seconds)
- mimetype MIME type
- geometry image size
- filename image name
- animationlength length in seconds
(if animation)
- frames number of frames
(if animation)