Solved
Forum Discussion
irina_lukina
14 years agoSuper Contributor
Hi,
You can access the web page from your test using the following syntax:
// Obtain the browser process
var browser = Sys.Browser("iexplore");
// Obtain the page currently opened in Internet Explorer
var page = browser.Page("*");
For more information on the mentioned approach, please refer to the Common Tasks for Web Testing help topic.
Also, if you need to access the page's scroll bar, I recommend that you use the ScrollBar program object.
Does this information help?