Thats because you have not opened a page yet, so there is nothing to
wait for, but Selenium doesn't knwo this, the API
Only configures fitnium/selenium to a base point, you then need to
issue an
I'm guessing you have copied the example from the documentation, but
you have copied only the initialisation section
If you go to the FitniumUserGuide.SlimGuides.FirstTest page, you will
see there are 2 scripts, the first configures Selenium to start at
google.co.uk
The second script is the actual test part of the script and it
contains the API which is missing
| starting at URL | some url |
This could just be
| starting at URL | / |
Keith