I'm using IE8 and webdriver. The problem I have is every time webdriver runs I can't touch my computer. Basically the moment I click on a different window it stops working. Because of this I can't run my code in debug mode with break point because I every time I go to Eclipse to manually execute the break point webdriver doesn't work anymore because IE8 is not selected. With Firefox I'm able to do whatever I want but not with IE8. Is there anyway I can fix this problem with IE8?
Thank you!