Not able to click on link while searching anchor tag using findchildbyxpath method in browser IE8
Hi, I am not able to click on link in IE 8 while searching anchor tag using findchildbyxpath method. pageOBJ.FindChildByXPath("//A[@href='/test/Login/Logout']").Click() The m...