0

What is the best way to get a unique identification number from a browser without using methods such as generating a unique number and storing it in cookies or localstorage and also without using a server side language?

Ivan Juarez
  • 1,413
  • 4
  • 21
  • 30

1 Answers1

0

Since generating GUID is not an option, i'd suggest using XPATH. Which I originally use for frontend automation testing, can also be used in my opinion for your case. See getPathTo() in this answer for one possible approach.

Community
  • 1
  • 1
Barak
  • 535
  • 6
  • 18