I looked around online and in the documentation to try and find a specific answer to this question with no luck so far.
Assuming I have a custom container element that encompasses some section on a site, say and within that there are a bunch of nested elements. Would it be faster to find an inner element using driver.findElement or WebElement.findElement? Do they both have to interact with the browser each time, or does the latter happen in memory?
Hope this question makes sense.
Cheers.