- premila
- Posts : 7
Join date : 2011-03-02
How to close an application opened during test with webdriver
Sat Mar 19, 2011 4:19 am
Hi,
In my test using java with selenium webdriver, on the click of a tag, an application(outlook express) opens. I want to close this with my driver. Is there a way? If so, can you please give an idea how the code looks like?
Thanks.
In my test using java with selenium webdriver, on the click of a tag, an application(outlook express) opens. I want to close this with my driver. Is there a way? If so, can you please give an idea how the code looks like?
Thanks.
- BhuvaneswariRegular Participant
- Posts : 30
Join date : 2011-09-30
Location : India
Re: How to close an application opened during test with webdriver
Fri Jan 20, 2012 6:28 pm
driver.quit();
- qappbcAmateur
- Posts : 38
Join date : 2011-10-13
Re: How to close an application opened during test with webdriver
Sat Jan 21, 2012 8:04 am
driver.quit(); will not work
as Outlook is not a browser. It is a Windows app
as Outlook is not a browser. It is a Windows app
- Already existing IE instances close on opening new instance with webdriver
- Selenium WebDriver + GWT Application
- Automating Flex application through selenium webdriver
- How can I create multi-threads application in which each thread have its own WebDriver to do its tasks
- [solved]how to run selenium ide test with webdriver
Permissions in this forum:
You cannot reply to topics in this forum