Closed MrBhola closed 3 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.
used xpath and removes name and direct element selection 770db81
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.