Skip to content

Instantly share code, notes, and snippets.

@paveleremin
Last active August 19, 2017 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paveleremin/6b12a5d90199ebd53fd587e281e38739 to your computer and use it in GitHub Desktop.
Save paveleremin/6b12a5d90199ebd53fd587e281e38739 to your computer and use it in GitHub Desktop.
window.getByXpath = function() {};
document.getByXpath = function() {};
getByXpath = function() {};
alert(123);
alert(typeof getByXpath);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment