nextPage
void nextPage()
The script executes the Next page action.
project.nextPage();
(Available on web pages)
prevPage
void prevPage()
The script executes the previous page action.
project.prevPage();
(Available on web pages)
lastVisitedPage
void lastVisitedPage()
The script executes the last visited page action.
project.lastVisitedPage();
(Available on web pages)
homepage
void homePage()
The script executes the Home page action.
project.homePage();
(Available on web pages)
loadPage
void loadPage(pageName)
The script executes to load the set page defined in the script.
project.loadPage("Page5.jmx");
(Available on web pages)
WARNING: When page change, all active time events are forced to removed and the JavaScript
procedure will run until the end before switch to the new page.
HMWIN Studio |User Manual| v206 (2017-06-30) | EN| © 2014-2017 Panasonic Electric Works Europe AG
357
35 JavaScript