Opens a page. It will error if the page can't be opened before timeout.
Example
//a full url
S.open("http://localhost/app/app.html")
//from jmvc root (FuncUnit.jmvcRoot must be set)
S.open("//app/app.html")
Paths in Selenium
Selenium runs the testing page from the filesystem and by default will look for pages on the filesystem unless provided a full
url or information that can translate a partial path into a full url. FuncUnit uses FuncUnit.jmvcRoot
and FuncUnit.href to
translate partial paths.
Opens a page. It will error if the page can't be opened before timeout.
Example
Paths in Selenium
Selenium runs the testing page from the filesystem and by default will look for pages on the filesystem unless provided a full url or information that can translate a partial path into a full url. FuncUnit uses FuncUnit.jmvcRoot and FuncUnit.href to translate partial paths.