Hi Gerard,In the example that you've shown above,
"hobs.WebElements.GeoOutdoors" is the name of a variable that is
registered under the 'hobs' global namespace. Similarly, the
hobs.WebElements.GeoOutdoors.getMenNavHref() is a method which is
defined in the hobbes test script (created for the specific content page
in question) also registered under the hobs global namespace. It is a
custom javascript function that would be created by the test author.As
for the 'handleAutomatedRun()' method, this ...