简体   繁体   中英

Where can I find the implementation of Selenium Interfaces?

Maybe a dumb question, but where can I find the implementation of Selenium Interfaces. For example, WebElement is an interface that has a click() method amongst others. Where can I find how Selenium has implemented this click()? There should be an implementation of this interface somewhere. I can't seem to find it.

Another example, Alert. We conveniently switch to an Alert and getText() or dismiss(). But where can I find exactly what selenium is doing under the hood with these functions.

Thanks much!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM