- Kshitij
- Posts : 2
Join date : 2011-03-03
Passing browser (Name/Id/Title) opened by Selenium to Webdriver
Tue Mar 08, 2011 5:24 pm
Hi,
I want to use the web-broswer navigation (forward, stop navigation) which are available in Webdriver/Firefox driver but not in seleinum.
Please let me know if this is possible:
1. Open a browser via selenium setup command.
2. Pass this browser to Webdriver (or Firefox/IE driver).
3. Use the navigation commands given by web-driver.
1 and 3 should be simple:
for 2, I want to know how to pass a window's reference from selenium to web-driver.
I want to use the web-broswer navigation (forward, stop navigation) which are available in Webdriver/Firefox driver but not in seleinum.
Please let me know if this is possible:
1. Open a browser via selenium setup command.
2. Pass this browser to Webdriver (or Firefox/IE driver).
3. Use the navigation commands given by web-driver.
1 and 3 should be simple:
for 2, I want to know how to pass a window's reference from selenium to web-driver.
Re: Passing browser (Name/Id/Title) opened by Selenium to Webdriver
Mon Mar 14, 2011 7:39 pm
hi,
for forward and backward command use the following commands
for browser title you can store title of each page into variable but there is no command present in selenium or web driver which allow you open URL on the basis of window title.
what you can do is to use the above command and verify the title after going back or forward. if desired page is opened , then perform operation you want to do.
hope this will help you. best of luck.
bye
for forward and backward command use the following commands
- Code:
driver.navigate().forward();
driver.navigate().back();
for browser title you can store title of each page into variable but there is no command present in selenium or web driver which allow you open URL on the basis of window title.
what you can do is to use the above command and verify the title after going back or forward. if desired page is opened , then perform operation you want to do.
hope this will help you. best of luck.
bye
- Selenium webdriver is entering input values slowly for IE10 browser
- OS and Browser compatibility with selenium webdriver
- Selenium webdriver issue on IE browser
- How to navigate with browser buttons in selenium webdriver
- In selenium web driver , while running the script ,after the browser(modal) message box is displayed and closed by selenium , the next button click statement is not executing
Permissions in this forum:
You cannot reply to topics in this forum