What is the source code of the find elements function in selenium-java?
When I looked at the source code, I could found the webdriver interface that has unimplemented function? If it is an interface it should be implemented by some class, isn’t it? but I could not find any class that implements webdriver interface.
What am I missing here?