Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: small locator fix for by tag in page element (#3530)
due to the missing . character in the xpath, it was not possible to locate nested elements by tag, as the elements were being searched for in document root rather than current node. The applied fix resolves this issue.
- Loading branch information