chris
unread,Aug 11, 2008, 9:48:12 PM8/11/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
I have everything working now- automated, but one thing. When I open a new browser session through Selenium, it always opens in the background!Is there any way to bring it automatically into focus/up front? I am using the java robot to put in the information Selenium can't handle, but is there a java or selenium command that will bring the window up front? The selenium functions for "focus" and "maximize" seem to still work in the background! It can do its own things, but the java robot cannot.
Any ideas besides having the same number of windows open every time and having the robot select the new window?
Thank you-