https login request - selenium webdriver
问题 I was trying to access a https login url to login to a page and do my actions, but unable to do the same. These are my observations. When I hit the actual url, internally its leading to another url having JSESSION ID appended to it and then loading the requested page [now actual url formed]. Steps : The actual url is like : https:/abcd.xyz.com:7443/abcd/Web/Admin when I hit the above url driver.get("https:/abcd.xyz.com:7443/abcd/Web/Admin"); and when the test is running it appended Jsession