Hi All, I am struggling with a strange issue.
My whole test scripts work fine if i pass my base url as the m/c name
eg-:
http://zfm64plp:8080/enovia/emxLogin.jsp
zfm64plp is the m/c name where my app server is running.
but if i changed it to
http://10.89.194.139:8080/enovia/emxLogin.jsp
-: the whole scripts nothing is working. and It only happens with
IE8 , I tested with IE9 , works fine over there.
We digged a little and found that if there is a dot (.) in the url
then selenium is not able to perform any operation on that. but
surprisingly it opens the login page. after that i am getting the
error.
anybody have came across of this issue , Please help.
System Details -: Win XP / IE8 , Selenium 2.8
Thanks