Solved
Forum Discussion
irina_lukina
13 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?
Related Content
- 5 years ago
- 3 years ago
- 12 years ago
Recent Discussions
- 7 hours ago
- 22 hours ago