MCPcopy Create free account

hub / github.com/SeleniumHQ/selenium / types & classes

Types & classes5,143 in github.com/SeleniumHQ/selenium

↓ 387 callersClassLOG
cpp/webdriver-server/logging.h:117
↓ 148 callersClassWebDriverWait
A specialization of {@link FluentWait} that uses WebDriver instances.
java/src/org/openqa/selenium/support/ui/WebDriverWait.java:31
↓ 70 callersClassBrowsingContext
rb/lib/selenium/webdriver/bidi/browsing_context.rb:28
↓ 63 callersClassFakeConnection
py/test/unit/selenium/webdriver/common/bidi_network_tests.py:24
↓ 62 callersClassNetwork
javascript/selenium-webdriver/lib/network.js:22
↓ 55 callersClass_IsolatedAPIRequestContext
An isolated API request context that maintains its own cookie jar. Does not synchronize cookies with any browser session.
py/selenium/webdriver/common/api_request_context.py:650
↓ 48 callersClassCookieFilter
java/src/org/openqa/selenium/bidi/storage/CookieFilter.java:26
↓ 40 callersClassWebDriverWait
py/selenium/webdriver/support/wait.py:33
↓ 39 callersClassActionChains
Automate low-level interactions like mouse movements, button actions, key presses, and context menus. ActionChains are a way to automate low leve
py/selenium/webdriver/common/action_chains.py:34
↓ 39 callersClassRemoteConnection
A connection with the Remote WebDriver server. Communicates with the server using the WebDriver wire protocol: https://github.com/SeleniumHQ/
py/selenium/webdriver/remote/remote_connection.py:141
↓ 39 callersClassScript
javascript/selenium-webdriver/lib/script.js:25
↓ 38 callersClassPartialCookie
java/src/org/openqa/selenium/bidi/storage/PartialCookie.java:26
↓ 38 callersClassWebDriverException
Base webdriver exception.
py/selenium/common/exceptions.py:26
↓ 35 callersClassAPIRequestContext
Makes HTTP requests with automatic browser cookie synchronization. Cookies from the browser session are sent with API requests, and cookies f
py/selenium/webdriver/common/api_request_context.py:510
↓ 35 callersClassPath
py/test/unit/selenium/webdriver/common/bidi_serialization_tests.py:99
↓ 31 callersClassBrowser
* Represents the commands and events under Browser Module. * Described in https://w3c.github.io/webdriver-bidi/#module-browser
javascript/selenium-webdriver/bidi/browser.js:24
↓ 31 callersClassInput
* Represents commands and events related to the Input module (simulated user input). * Described in https://w3c.github.io/webdriver-bidi/#module-inpu
javascript/selenium-webdriver/bidi/input.js:27
↓ 30 callersClassSelect
Models a SELECT tag, providing helper methods to select and deselect options.
java/src/org/openqa/selenium/support/ui/Select.java:31
↓ 29 callersClassLOG
cpp/webdriver-interactions/logging.h:117
↓ 29 callersClassStorage
* Represents commands of Storage module. * Described in https://w3c.github.io/webdriver-bidi/#module-storage. * @class
javascript/selenium-webdriver/bidi/storage.js:29
↓ 28 callersClassClientConfig
py/selenium/webdriver/remote/client_config.py:75
↓ 28 callersClassService
Service class responsible for starting and stopping of `IEDriver`. Args: executable_path: (Optional) Install path of the executable.
py/selenium/webdriver/ie/service.py:27
↓ 27 callersClass_BaseRequestContext
Base class with shared HTTP request logic for API request contexts.
py/selenium/webdriver/common/api_request_context.py:250
↓ 25 callersClassEmulation
java/src/org/openqa/selenium/bidi/emulation/Emulation.java:26
↓ 24 callersClassProxy
Proxy configuration containing proxy type and necessary proxy settings.
py/selenium/webdriver/common/proxy.py:74
↓ 21 callersClassBytesValue
dotnet/src/webdriver/BiDi/Network/BytesValue.cs:24
↓ 20 callersClassPointerDownAction
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:78
↓ 20 callersClassPointerMoveAction
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:91
↓ 20 callersClassPointerParameters
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:118
↓ 20 callersClassPointerSourceActions
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:53
↓ 20 callersClassPointerUpAction
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:89
↓ 17 callersClassBiDiSerializationError
A payload could not be (de)serialized against this Selenium's BiDi schema.
py/selenium/webdriver/common/_bidi/serialization.py:49
↓ 17 callersClassFakeConnection
py/test/unit/selenium/webdriver/common/bidi_script_tests.py:33
↓ 16 callersClassActionBuilder
py/selenium/webdriver/common/actions/action_builder.py:31
↓ 16 callersClassKeySourceActions
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:43
↓ 16 callersClassServer
Manage a Selenium Grid (Remote) Server in standalone mode. This class contains functionality for downloading the server and starting/stopping it.
py/selenium/webdriver/remote/server.py:30
↓ 14 callersClassAPIResponse
Represents an HTTP response from an API request. Attributes: status: HTTP status code. status_text: HTTP status text. hea
py/selenium/webdriver/common/api_request_context.py:50
↓ 14 callersClassKeyDownAction
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:74
↓ 14 callersClassKeyUpAction
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:76
↓ 14 callersClassPointerInput
py/selenium/webdriver/common/actions/pointer_input.py:26
↓ 13 callersClassArgOptions
py/selenium/webdriver/common/options.py:386
↓ 13 callersClassOptions
py/selenium/webdriver/ie/options.py:87
↓ 13 callersClassSeleniumManager
Wrapper for getting information from the Selenium Manager binaries. This implementation is still in beta, and may change.
py/selenium/webdriver/common/selenium_manager.py:32
↓ 12 callersClassContextTarget
java/src/org/openqa/selenium/bidi/script/ContextTarget.java:22
↓ 12 callersClassEventFiringWebDriver
Wrap an arbitrary WebDriver instance and support firing events. This wrapper allows you to hook into various WebDriver events through an Abst
py/selenium/webdriver/support/event_firing_webdriver.py:38
↓ 12 callersClassGeolocationCoordinates
java/src/org/openqa/selenium/bidi/emulation/GeolocationCoordinates.java:26
↓ 12 callersClassWheelScrollAction
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:106
↓ 12 callersClassWheelSourceActions
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:64
↓ 11 callersClassDriverFinder
Find and obtain the correct driver and associated browser. Args: service: instance of the driver service class. options: instance
py/selenium/webdriver/common/driver_finder.py:28
↓ 11 callersClassGetClassName
java/src/org/openqa/selenium/json/SimplePropertyDescriptor.java:147
↓ 11 callersClassPoint
py/test/unit/selenium/webdriver/common/bidi_serialization_tests.py:57
↓ 11 callersClassWheelInput
py/selenium/webdriver/common/actions/wheel_input.py:50
↓ 10 callersClassDrivingConnection
Stands in for WebSocketConnection's ``send_cmd``, minus the socket. Records the outbound frame and returns a canned reply envelope, so the seam i
py/test/unit/selenium/webdriver/common/bidi_transport_tests.py:49
↓ 9 callersClassCat
py/test/unit/selenium/webdriver/common/bidi_serialization_tests.py:122
↓ 9 callersClassTransport
Serializes params, sends over a websocket connection, parses the reply. Deliberately narrow: it holds only an immutable connection reference (the
py/selenium/webdriver/common/_bidi/transport.py:35
↓ 8 callersClassBrowsingContext
* Represents the contains under BrowsingContext module commands. * Described in https://w3c.github.io/webdriver-bidi/#module-browsingContext * Each
javascript/selenium-webdriver/bidi/browsingContext.js:102
↓ 8 callersClassChromeOptions
<summary> Class to manage options specific to <see cref="ChromeDriver"/> </summary> <remarks> Used with ChromeDriver.exe v17.0.963.0 and higher. </rem
dotnet/src/webdriver/Chrome/ChromeOptions.cs:50
↓ 8 callersClassKeyInput
py/selenium/webdriver/common/actions/key_input.py:22
↓ 8 callersClassNoSuchElementException
Thrown when element could not be found. If you encounter this exception, you may want to check the following: * Check your selector used
py/selenium/common/exceptions.py:68
↓ 8 callersClassPauseAction
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:113
↓ 8 callersClassSession
cpp/webdriver-server/session.h:27
↓ 7 callersClassPermissions
rb/lib/selenium/webdriver/bidi/protocol/permissions.rb:29
↓ 7 callersClassRequest
Wraps a BiDi network request event and provides request action methods. Attributes: url: The request URL. method: The HTTP method
py/private/_network_handlers.py:267
↓ 7 callersClassSharedReference
dotnet/src/webdriver/BiDi/Script/IRemoteReference.cs:31
↓ 7 callersClassUnionField
py/test/unit/selenium/webdriver/common/bidi_serialization_tests.py:202
↓ 7 callersClassWebDriver
Control the IEServerDriver and drive Internet Explorer.
py/selenium/webdriver/ie/webdriver.py:26
↓ 6 callersClassAbstractEventListener
Event listener must subclass and implement this fully or partially.
py/selenium/webdriver/support/abstract_event_listener.py:19
↓ 6 callersClassBrowsingContextPartitionDescriptor
java/src/org/openqa/selenium/bidi/storage/BrowsingContextPartitionDescriptor.java:23
↓ 6 callersClassEventListener
py/test/selenium/webdriver/support/event_firing_webdriver_tests.py:38
↓ 6 callersClassExtensionPath
dotnet/src/webdriver/BiDi/WebExtension/Install.cs:36
↓ 6 callersClassParams
py/test/unit/selenium/webdriver/common/bidi_transport_tests.py:39
↓ 6 callersClassTimeouts
py/selenium/webdriver/common/timeouts.py:51
↓ 6 callersClassVirtualAuthenticatorOptions
py/selenium/webdriver/common/virtual_authenticator.py:40
↓ 5 callersClassAPIRequestFailure
Raised when an API request returns a non-2xx status and fail_on_status_code is True. Attributes: response: The APIResponse that triggered
py/selenium/webdriver/common/api_request_context.py:38
↓ 5 callersClassCircle
py/test/unit/selenium/webdriver/common/bidi_serialization_tests.py:151
↓ 5 callersClassDomain
Base for every generated domain module. ``source`` is a ``WebDriver`` — whose BiDi connection this domain wraps in its own :class:`Transport`
py/selenium/webdriver/common/_bidi/domain.py:32
↓ 5 callersClassStringMap
py/test/unit/selenium/webdriver/common/bidi_serialization_tests.py:184
↓ 5 callersClassValue
cpp/iedriver/CommandHandlers/ExecuteScriptCommandHandler.h:23
↓ 5 callersClassWebExtension
rb/lib/selenium/webdriver/bidi/protocol/web_extension.rb:30
↓ 4 callersClassCddlModule
Represents a CDDL module (e.g., script, network, browsing_context).
py/generate_bidi.py:612
↓ 4 callersClassCssLocator
dotnet/src/webdriver/BiDi/BrowsingContext/Locator.cs:35
↓ 4 callersClassElementOrigin
dotnet/src/webdriver/BiDi/Input/Origin.cs:64
↓ 4 callersClassFirefox
rb/lib/selenium/webdriver/firefox.rb:26
↓ 4 callersClassFirefoxProfile
py/selenium/webdriver/firefox/firefox_profile.py:43
↓ 4 callersClassLevel
* Defines a message level that may be used to control logging output. * * @final
javascript/selenium-webdriver/lib/logging.js:72
↓ 4 callersClassPermissionDescriptor
dotnet/src/webdriver/BiDi/Permissions/PermissionDescriptor.cs:22
↓ 4 callersClassPrintOptions
py/selenium/webdriver/common/print_page_options.py:158
↓ 4 callersClassResult
py/test/unit/selenium/webdriver/common/bidi_transport_tests.py:45
↓ 4 callersClassScreenOrientation
java/src/org/openqa/selenium/bidi/emulation/ScreenOrientation.java:24
↓ 4 callersClassScriptManager
* Represents class to run events and commands of Script module. * Described in https://w3c.github.io/webdriver-bidi/#module-script. * @class
javascript/selenium-webdriver/bidi/scriptManager.js:41
↓ 4 callersClassViewport
dotnet/src/webdriver/BiDi/BrowsingContext/SetViewport.cs:57
↓ 4 callersInterfaceWait
A generic interface for waiting until a condition is true or not null. The condition may take a single argument of type . @param <F> the argument to
java/src/org/openqa/selenium/support/ui/Wait.java:30
↓ 4 callersClass_EventHandlerTestHelper
py/test/selenium/webdriver/common/bidi/browsing_context_tests.py:1048
↓ 4 callersClass_EventRef
Minimal event wrapper accepted by WebSocketConnection callbacks.
py/private/_script_handlers.py:354
↓ 3 callersClassBooleanKey
rust/src/config.rs:257
↓ 3 callersClassDialog
Represents a FedCM dialog that can be interacted with.
py/selenium/webdriver/common/fedcm/dialog.py:22
↓ 3 callersClassDriver
py/conftest.py:303
↓ 3 callersClassFirefoxOptions
<summary> Class to manage options specific to <see cref="FirefoxDriver"/> </summary> <remarks> Used with the marionette executable wires.exe. </remark
dotnet/src/webdriver/Firefox/FirefoxOptions.cs:45
↓ 3 callersClassInvalidArgumentException
The arguments passed to a command are either invalid or malformed.
py/selenium/common/exceptions.py:253
↓ 3 callersClassInvalidSelectorException
Thrown when the selector used to find an element does not return a WebElement. Currently this only happens when the XPath expression is syntactic
py/selenium/common/exceptions.py:224
next →1–100 of 5,143, ranked by callers