Hi All,
Im trying to execute simple test case in firefox, chrome and IE 10 browser.
if i execute the same script in firefox, it is working fine. But im facing the problem only in google chrome and IE10 browser alone.
Currently im using the latest version of selenium client and server ( selenium-server-standalone-2.45.0.jar ).
Please find my code below.
Issue 1. If i use the below code
Input => setUp("
https://www.gmail.com/", "*googlechrome C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe");
Output => It is launching one instance of chrome browser and the URL is below. ( It was suppose to open only
www.gmail.com).
Issue 2 : If i use the below code for chrome
Input => setUp("
https://www.gmail.com/", "*chrome C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe");
Output => It is launching one instance of chrome browser and the URL is below. ( It was suppose to open only
www.gmail.com).
It is showing my local drive path
Issue 3. If i use the below code for IE10
Input => setUp("
https://www.gmail.com/", "*iexplore C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe");
Output => It is launching one instance of IE browser and it is showing the home page. It is not loading the gmail page. Which it suppose to open.
Can any one help me in this issue, Or i need to install any other jar files or driver to handle the chrome and Ie10 browser.
Regards,
Siva