We should be able to see both in logs and in debug full locator description no matter where I am currently executing my code. For example:
ROOT = ".//a"
CHECKBOX = ".//input"
So for checkbox I should see not only ".//a//input", but full path like "//view_or_whatever//a//input"
We should be able to see both in logs and in debug full locator description no matter where I am currently executing my code. For example:
ROOT = ".//a"
CHECKBOX = ".//input"
So for checkbox I should see not only ".//a//input", but full path like "//view_or_whatever//a//input"