Is there an easy way to find a child element from another element? We have a set of containers which hold many modules, and I'd like to ensure that they are displaying in their proper locations.
The API only seems to have the following method:
webElement.findElement(s).(By by);
Is there an easy way to do the following:
webElement.findElement(s)(WebElement webElement);