mfremont-smith
3 years agoOccasional Contributor
WaitElement and search from current element
The WaitElement Documentation states: "To search through the entire page starting from the page’s root element, put a double slash (//) at the beginning of the XPath expression. To start the search f...
- 3 years ago
Hi,
I guess that XPath should be like this:
".//a//i[contains(@class,'fa-search')]"
note double slash after dot.
Does it help ?