You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Save this file content as a bookmark in Internet Explorer
This script helps to get the XPath of an element in IE-similar to Firefox's firebug/firepath
Select any element in a webpage and click on the two bookmarks GetXPATH_init.js,GetXPATH_final.js in the respective order to get the XPath of that element.
*/
javascript:function GetXPATH_final()
{
var currentNode=document.selection.createRange().parentElement();