August 23, 2007

Statements to maximize the Browser window through keyboard events

[ ] Browser.SetActive()
[ ] Browser.TypeKeys("<Alt-Space><Up 2><Enter>")

2 comments:

volleyjosh said...

Browser.TypeKeys("Alt-Space>x") is a little more efficient (but may not work on all languages).

Anonymous said...

What's wrong with...
[ ] Browser.SetActive()
[ ] Browser.Maximize()
???