August 23, 2007
Statements to maximize the Browser window through keyboard events
[ ] Browser.SetActive()
[ ] Browser.TypeKeys("<Alt-Space><Up 2><Enter>")
Posted by Sadanandam Potharam on 8/23/2007 01:36:00 AM
[ ] Browser.SetActive()
[ ] Browser.TypeKeys("<Alt-Space><Up 2><Enter>")
Authors
Archive
2 comments:
Browser.TypeKeys("Alt-Space>x") is a little more efficient (but may not work on all languages).
What's wrong with...
[ ] Browser.SetActive()
[ ] Browser.Maximize()
???
Post a Comment