Usability - RESPONSIVENESS Factor

A JSON containing complex data about the website page responsive web design factor on each specific screen size, browser, device and operating system. An analysis is done and checked if, on each device, the website page is responsive or not. If the page could not be load or the page is invalid or the crawler could not read properly the content inside, then returns null.



KeyTypeDescription
tabletObjectA Map containing all checks and configuration used to test if the website page is responsive on this device (tablet).
urlStringThe final URL page generated to be tested on the specified device.
redirectedBooleanCheck if the website URL was redirected or not to adapt to the screen size to be tested.
scrollbarObjectA Map which checks if the website design contains an horizontal and vertical scrollbar for the specified screen size.
horizontalBooleanCheck if the website contains an horizontal scrollbar for the specified design.
verticalBooleanCheck if the website contains an vertical scrollbar for the specified design.
osStringConfigure the operation system to be tested on the specified device.
browserStringConfigure the browser to be tested on the specified device.
screenObjectA Map used to configure the screen width and height to be tested on the specified device.
widthDoubleConfigure the width screen size to be tested on the specified device.
heightDoubleConfigure the height screen size to be tested on the specified device.
passDoubleConcludes if the website page specific device test passed or not.1 - Yes0 - No
previewStringThe image screenshot preview of the website page on the tested device.
scoreDoubleThe score preview for all the device tests. The results is from zero to four, where 4 is the best and 0 is the worst.
desktopObjectA Map containing all checks and configuration used to test if the website page is responsive on this device (desktop).
phoneObjectA Map containing all checks and configuration used to test if the website page is responsive on this device (phone).
notebookObjectA Map containing all checks and configuration used to test if the website page is responsive on this device (notebook).
score_totalDoubleThe final score for all the device tests. The results is from zero to four, where 4 is the best and 0 is the worst.