This is pretty strange. First, the site is a PHP site. The site is apparently doing some URL rewriting to convert Tests.html into a PHP page. Probably so that search robots index it.
Another strange thing is you can type almost anything like http://www.laptopspirit.fr/sadasdfasdfsfds.html and it will server up a page.
Lastly, I watched the response headers coming back from loading Tests.html and it indeed delivers a 404 response which means page not found. However, it serves up a custom 404 page which is the Tests list page.
So, RoboMaker is stopping when it sees the 404. You can easily work around this issue by turning on "Ignore Load Errors" in the configuration panel. To do this:
- Click File->Configure Robot...
- Click the Configure... Button
- At the bottom of the panel, check the box "Ignore Load Errors"
- Click OK
- Click OK again
The page will then load.