MrBhola / Bholenium

chrome extension to record and play user interactions
0 stars 0 forks source link

reliable element selector #1

Closed MrBhola closed 3 days ago

MrBhola commented 6 days ago

Need to use optimise the element select logic, in case of generic tags like span inside a button , elements with no id and name attributes are hard to select and replicate clicks.

MrBhola commented 3 days ago

used xpath and removes name and direct element selection 770db81