MCPcopy Create free account

hub / github.com/SeleniumHQ/selenium / functions

Functions23,127 in github.com/SeleniumHQ/selenium

↓ 32 callersMethodExecuteAsyncScript
<summary> Executes JavaScript "asynchronously" in the context of the currently selected frame or window, executing the callback function specified as
dotnet/src/webdriver/WebDriver.cs:244
↓ 32 callersMethodMoveToElement
<summary> Moves the mouse to the specified element. </summary> <param name="toElement">The element to which to move the mouse.</param> <returns>A self
dotnet/src/webdriver/Interactions/Actions.cs:415
↓ 32 callersMethodNavigateAsync
(string url, NavigateOptions? options = null, CancellationToken cancellationToken = default)
dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContext.cs:63
↓ 32 callersMethodOnException
<summary> Raises the <see cref="ExceptionThrown"/> event. </summary> <param name="e">A <see cref="WebDriverExceptionEventArgs"/> that contains the eve
dotnet/src/support/Events/EventFiringWebDriver.cs:761
↓ 32 callersMethodTimeouts
<summary> Initializes a new instance of the <see cref="Timeouts"/> class </summary> <param name="driver">The driver that is currently in use</param>
dotnet/src/webdriver/Timeouts.cs:44
↓ 32 callersMethodWindow
<summary> Initializes a new instance of the <see cref="Window"/> class. </summary> <param name="driver">Instance of the driver currently in use</param
dotnet/src/webdriver/Window.cs:36
↓ 32 callersMethodapply
(Object ignored)
java/test/org/openqa/selenium/support/ui/FluentWaitTest.java:208
↓ 32 callersMethodgetMethod
()
java/src/org/openqa/selenium/bidi/Event.java:36
↓ 32 callersMethodisEnabled
Is the element currently enabled or not? This will generally return true for everything but disabled input elements. <p>See <a href="https://w3c.gith
java/src/org/openqa/selenium/WebElement.java:216
↓ 32 callersMethodparent
Get the WebDriver instance this element was found from. Example: element = driver.find_element(By.ID, "foo") parent_e
py/selenium/webdriver/remote/webelement.py:466
↓ 32 callersMethodpeek
Extract the next character from the input without consuming it. @return the next input character as an unsigned UTF-16 code unit (0-65535); {@link #E
java/src/org/openqa/selenium/json/Input.java:75
↓ 32 callersMethodremove_user_context
(user_context)
rb/lib/selenium/webdriver/bidi/browser.rb:48
↓ 32 callersFunctionresolve
(status)
javascript/selenium-webdriver/http/util.js:61
↓ 31 callersMethodToString
<summary> Returns a string that represents the current <see cref="InputDevice"/>. </summary> <returns>A string that represents the current <see cref="
dotnet/src/webdriver/Interactions/InputDevice.cs:95
↓ 31 callersMethodaddCookie
Add a specific cookie. If the cookie's domain name is left blank, it is assumed that the cookie is meant for the domain of the current document. <p>S
java/src/org/openqa/selenium/WebDriver.java:217
↓ 31 callersMethodattributeToBe
An expectation for checking WebElement with given locator has attribute with a specific value @param locator used to find the element @param attribut
java/src/org/openqa/selenium/support/ui/ExpectedConditions.java:1019
↓ 31 callersMethoddismiss
()
java/src/org/openqa/selenium/Alert.java:21
↓ 31 callersMethodempty
()
java/src/org/openqa/selenium/grid/node/kubernetes/InheritedPodSpec.java:170
↓ 31 callersMethodgetCurrentUrl
Get a string representing the current URL that the browser is looking at. <p>See <a href="https://w3c.github.io/webdriver/#get-current-url">W3C WebDr
java/src/org/openqa/selenium/WebDriver.java:77
↓ 31 callersMethodhasCapacity
()
java/src/org/openqa/selenium/grid/data/NodeStatus.java:147
↓ 31 callersMethodnewWindow
Creates a new browser window and switches the focus for future commands of this driver to the new window. <p>See <a href="https://w3c.github.io/webdr
java/src/org/openqa/selenium/WebDriver.java:456
↓ 31 callersMethodrefresh
Refresh the current page <p>See <a href="https://w3c.github.io/webdriver/#refresh">W3C WebDriver specification</a> for more details.
java/src/org/openqa/selenium/WebDriver.java:537
↓ 31 callersMethodunavailable_download
(&self)
rust/src/lib.rs:1334
↓ 31 callersMethodwrite
(Level writeLogsHigherThan)
java/test/org/openqa/selenium/testing/CaptureLoggingRule.java:105
↓ 30 callersFunctionbe
(s,e,t)
common/src/web/js/jquery-3.5.1.min.js:2
↓ 30 callersMethodclassName
Find elements based on the value of the "class" attribute. Only one class name should be used. If an element has multiple classes, please use {@link B
java/src/org/openqa/selenium/By.java:100
↓ 30 callersMethoddebug
Used to supply information of interest for debugging a problem Overrides default #debug to skip ignored messages by provided id @param [String] messa
rb/lib/selenium/webdriver/common/logger.rb:146
↓ 30 callersMethoderror
(&self, message: T)
rust/src/logger.rs:157
↓ 30 callersMethodgetEncoder
(Dialect dialect)
java/src/org/openqa/selenium/grid/node/CapabilityResponseEncoder.java:45
↓ 30 callersMethodgetExternalUri
()
java/src/org/openqa/selenium/grid/data/NodeStatus.java:167
↓ 30 callersMethodgetName
()
java/src/org/openqa/selenium/devtools/CdpClientGenerator.java:800
↓ 30 callersMethodis_selected
Returns whether the element is selected. This method is generally used on checkboxes, options in a select and radio buttons.
py/selenium/webdriver/remote/webelement.py:218
↓ 30 callersMethodpollingEvery
Sets how often the condition should be evaluated. <p>In reality, the interval may be greater as the cost of actually evaluating a condition function
java/src/org/openqa/selenium/support/ui/FluentWait.java:147
↓ 30 callersMethodpresenceOfElementLocated
An expectation for checking that an element is present on the DOM of a page. This does not necessarily mean that the element is visible. @param locat
java/src/org/openqa/selenium/support/ui/ExpectedConditions.java:187
↓ 30 callersMethodsuccess
(**)
rb/lib/selenium/webdriver/bidi/protocol/script.rb:106
↓ 29 callersMethodExecute
cpp/iedriver/Script.cpp:181
↓ 29 callersMethodSubscribeAsync
(EventDescriptor<TEventArgs> descriptor, Action<TEventArgs> handler, CancellationToken cancellationToken = def
dotnet/src/webdriver/BiDi/BiDi.cs:96
↓ 29 callersFunction_make_mock_driver
(cookies=None)
py/test/unit/selenium/webdriver/common/api_request_context_tests.py:184
↓ 29 callersMethodbuild
()
java/src/org/openqa/selenium/grid/node/local/LocalNode.java:1612
↓ 29 callersMethodcode
()
java/src/org/openqa/selenium/remote/http/CloseMessage.java:36
↓ 29 callersMethoddetect
()
java/test/org/openqa/selenium/testing/drivers/Browser.java:169
↓ 29 callersMethodfindElement
Find the first {@link WebElement} using the given method. See the note in {@link #findElements(By)} about finding via XPath. This method is affected b
java/src/org/openqa/selenium/WebElement.java:266
↓ 29 callersMethodforEach
()
java/test/org/openqa/selenium/internal/MultimapTest.java:84
↓ 29 callersMethodgetWindowHandles
Return a set of window handles which can be used to iterate over all open windows of this WebDriver instance by passing them to {@link #switchTo()}.{@
java/src/org/openqa/selenium/WebDriver.java:167
↓ 29 callersMethodkeyDown
Performs a modifier key press. Does not release the modifier key - subsequent interactions may assume it's kept pressed. Note that the modifier key is
java/src/org/openqa/selenium/interactions/Actions.java:78
↓ 29 callersMethodlinkText
@param linkText The exact text to match against. @return A By which locates A elements by the exact text it displays.
java/src/org/openqa/selenium/By.java:57
↓ 29 callersMethodparse
rb/lib/selenium/webdriver/firefox/profiles_ini.rb:44
↓ 28 callersMethodbaseUri
(URI baseUri)
java/src/org/openqa/selenium/remote/http/ClientConfig.java:117
↓ 28 callersMethodbrowserName
()
java/src/org/openqa/selenium/remote/Browser.java:36
↓ 28 callersMethodcreateTempFile
(Path tmpDir, String content)
java/test/org/openqa/selenium/edge/EdgeOptionsTest.java:242
↓ 28 callersMethodelementTextToEqual
( final WebElement element, final String value)
java/test/org/openqa/selenium/WaitingConditions.java:64
↓ 28 callersMethodexecute
(HttpRequest req)
java/src/org/openqa/selenium/remote/http/HttpHandler.java:25
↓ 28 callersMethodgetMessage
Gets the log entry's message. @return the log statement
java/src/org/openqa/selenium/logging/LogEntry.java:69
↓ 28 callersMethodgetParameters
()
java/src/org/openqa/selenium/remote/Command.java:55
↓ 28 callersMethodkeyUp
Performs a modifier key release. Releasing a non-depressed modifier key will yield undefined behaviour. @param key @return A self reference.
java/src/org/openqa/selenium/interactions/Actions.java:103
↓ 28 callersMethodnetwork
()
java/src/org/openqa/selenium/devtools/idealized/Domains.java:34
↓ 28 callersMethodopenSocket
(HttpRequest request, WebSocket.Listener listener)
java/src/org/openqa/selenium/remote/http/HttpClient.java:34
↓ 28 callersMethodparseBoolean
(HttpResponse response)
java/src/org/openqa/selenium/grid/web/Values.java:49
↓ 28 callersMethodsafelyCall
(TearDownFixture... fixtures)
java/test/org/openqa/selenium/testing/Safely.java:34
↓ 27 callersMethodClear
()
dotnet/test/webdriver/WebElementWrapper.cs:43
↓ 27 callersMethodTrim
cpp/iedriver/StringUtilities.cpp:155
↓ 27 callersMethod_get_connection_manager
(self)
py/selenium/webdriver/remote/remote_connection.py:282
↓ 27 callersMethodadd_cookie
Adds a cookie to your current session. Args: cookie_dict: A dictionary object, with required keys - "name" and "v
py/selenium/webdriver/remote/webdriver.py:781
↓ 27 callersMethodbuildBy
()
java/test/org/openqa/selenium/support/pagefactory/AjaxElementLocatorTest.java:132
↓ 27 callersMethodcreate_user_context
rb/lib/selenium/webdriver/bidi/browser.rb:40
↓ 27 callersFunctiond
(e)
common/src/web/js/tinymce.min.js:2
↓ 27 callersMethodenable
()
java/src/org/openqa/selenium/devtools/idealized/log/Log.java:26
↓ 27 callersMethodgetBool
(String section, String option)
java/src/org/openqa/selenium/grid/config/Config.java:46
↓ 27 callersMethodgetLocation
Where on the page is the top left-hand corner of the rendered element? <p>See <a href="https://w3c.github.io/webdriver/#get-element-rect">W3C WebDriv
java/src/org/openqa/selenium/WebElement.java:294
↓ 27 callersMethodgetNodes
()
java/src/org/openqa/selenium/grid/graphql/Grid.java:71
↓ 27 callersMethodgetPort
()
java/src/org/openqa/selenium/docker/Port.java:40
↓ 27 callersMethodgetRequestId
()
java/src/org/openqa/selenium/bidi/network/Initiator.java:89
↓ 27 callersMethodgetRequestId
()
java/src/org/openqa/selenium/grid/data/SessionRequest.java:97
↓ 27 callersMethodgetUri
()
java/src/org/openqa/selenium/grid/data/Session.java:66
↓ 27 callersMethodisLeft
()
java/test/org/openqa/selenium/grid/testing/EitherAssert.java:28
↓ 26 callersMethodAddArgument
cpp/iedriver/Script.cpp:76
↓ 26 callersMethodClassName
<summary> Gets a mechanism to find elements by their CSS class. </summary> <param name="classNameToFind">The CSS class to find.</param> <returns>A <se
dotnet/src/webdriver/By.cs:238
↓ 26 callersMethodEnable
<summary> Asynchronously enables manipulation of the browser's log. </summary> <returns>A task that represents the asynchronous operation.</returns>
dotnet/src/webdriver/DevTools/Log.cs:36
↓ 26 callersMethodQuit
()
dotnet/test/webdriver/ProxySettingTests.cs:331
↓ 26 callersMethodToString
<summary> Gets a string representation of the finder. </summary> <returns>The string displaying the finder content.</returns>
dotnet/src/webdriver/By.cs:354
↓ 26 callersMethodaddHandler
(Routable handler)
java/src/org/openqa/selenium/grid/web/CombinedHandler.java:34
↓ 26 callersFunctionassert_no_cookies_are_present
(driver)
py/test/selenium/webdriver/common/bidi_storage_tests.py:59
↓ 26 callersMethodbrowsers
* Returns a predicate function that will suppress tests in this environment * if the {@linkplain #browser current browser} is in the list of * `
javascript/selenium-webdriver/testing/index.js:288
↓ 26 callersMethodbuildJobSpec
(String jobName, Capabilities sessionCapabilities)
java/src/org/openqa/selenium/grid/node/kubernetes/KubernetesSessionFactory.java:558
↓ 26 callersMethodexecute
@override
javascript/selenium-webdriver/lib/webdriver.js:740
↓ 26 callersMethodfindElements
()
java/src/org/openqa/selenium/support/pagefactory/ElementLocator.java:26
↓ 26 callersMethodfind_element
(*args)
rb/lib/selenium/webdriver/common/search_context.rb:65
↓ 26 callersFunctioni
(e)
common/src/web/js/tinymce.min.js:2
↓ 26 callersMethodmatch
(self, pattern: str, str_: str)
py/selenium/webdriver/support/color.py:69
↓ 26 callersMethodnew
(**kwargs)
rb/lib/selenium/webdriver/bidi/serialization/record.rb:72
↓ 26 callersMethodnewOutput
Create a new {@code JsonOutput} object to produce a serialized JSON string in the specified {@code Appendable}. @param to {@link Appendable} that con
java/src/org/openqa/selenium/json/Json.java:240
↓ 26 callersMethodnewSession
( CreateSessionRequest sessionRequest)
java/test/org/openqa/selenium/grid/distributor/AddingNodesTest.java:407
↓ 26 callersMethodpause
Pause all inputs for the specified duration in seconds.
py/selenium/webdriver/common/action_chains.py:272
↓ 26 callersMethodrelease
(String browsingContext)
java/src/org/openqa/selenium/bidi/module/Input.java:91
↓ 26 callersMethodsend_cmd
(**payload)
rb/lib/selenium/webdriver/common/websocket_connection.rb:99
↓ 25 callersMethodSetup
()
dotnet/test/support/UI/DefaultWaitTests.cs:36
↓ 25 callersMethodalert
Switches to the currently active modal dialog for this particular driver instance. @return A handle to the dialog. @throws NoAlertPresentException If
java/src/org/openqa/selenium/WebDriver.java:488
↓ 25 callersMethodapply
(Reference ref)
java/src/org/openqa/selenium/docker/client/PullImage.java:46
↓ 25 callersMethodcomplete
( RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result)
java/src/org/openqa/selenium/grid/sessionqueue/NewSessionQueue.java:114
↓ 25 callersMethodexecute_async_script
Asynchronously Executes JavaScript in the current window/frame. Args: script: The javascript to execute. *args: Any a
py/selenium/webdriver/remote/webdriver.py:616
← previousnext →301–400 of 23,127, ranked by callers