CodeQL library for Java/Kotlin
codeql/java-all 0.8.12 (changelog, source)
Search

Module Selenium

Provides classes and predicates for identifying classes reflectively constructed by Selenium using the PageFactory.initElements(...) method.

Import path

import semmle.code.java.frameworks.Selenium

Imports

Reflection

Provides classes and predicates for working with Java Reflection.

default

DEPRECATED: use java.qll instead.

Classes

SeleniumInitElementsAccess

A call to the Selenium PageFactory.initElements method, to construct a page object.

SeleniumPageFactory

The Selenium PageFactory class used to create page objects

SeleniumPageObject

A class which is constructed by Selenium as a page object using PageFactory.initElements(...).