You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a relative target resolve the first target and then use it as the search context.
If both targets use CSS selectors, (By.Class, Id, CssSelector, Name, etc.), it is possible to create an optimized target that use a single CSS selector.
Currently a relative target resolve the first target and then use it as the search context.
If both targets use CSS selectors, (By.Class, Id, CssSelector, Name, etc.), it is possible to create an optimized target that use a single CSS selector.
For instance, given the targets:
The itemName should use the CSS selector ".item .name".
The text was updated successfully, but these errors were encountered: