sbabcoc / Selenium-Foundation

Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Apache License 2.0
60 stars 16 forks source link

Analyze specifications of BYPASS_METHODS and BYPASS_CLASSES #214

Closed sbabcoc closed 2 years ago

sbabcoc commented 2 years ago

I strongly suspect that there are methods being intercepted that shouldn't be, and methods that are specified that either no longer exist or have been renamed. Also, always start with ElementMatchers.isDeclaredBy(Object.class)

sbabcoc commented 2 years ago

Resolved by #215