Update documentation for Selenium 4.30.1 (rb) #15484
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
This PR updates the API documentation for rb language bindings to version 4.30.1.
PR Type
Documentation
Description
Updated API documentation for Selenium
rb
language bindings to version 4.30.1.Added new method
#script
to various Selenium WebDriver classes, includingDriver
,Chromium
,Remote
,Chrome
,Edge
,Firefox
,Safari
, andIE
.Enhanced method details, including return types and references for
#script
.Updated version constant in Selenium WebDriver documentation from 4.30.0 to 4.30.1.
Adjusted method ordering for consistency across classes.
Updated footer generation timestamps across all documentation files.
Changes walkthrough 📝
83 files
method_list.html
Update method list for Selenium WebDriver API documentation.
docs/api/rb/method_list.html
#script
,#timeouts
, and others.for consistency.
Driver.html
Add and update methods in WebDriver Driver documentation.
docs/api/rb/Selenium/WebDriver/Driver.html
#script
method inSelenium::WebDriver::Driver
.source file.
#script
.Driver.html
Add `#script` method to Chromium Driver documentation.
docs/api/rb/Selenium/WebDriver/Chromium/Driver.html
#script
method in the inherited methods list.Driver.html
Add `#script` method to Remote Driver documentation.
docs/api/rb/Selenium/WebDriver/Remote/Driver.html
#script
method in the inherited methods list.Driver.html
Add `#script` method to Chrome Driver documentation.
docs/api/rb/Selenium/WebDriver/Chrome/Driver.html
#script
method in the inherited methods list.WebDriver.html
Update Selenium WebDriver version to 4.30.1.
docs/api/rb/Selenium/WebDriver.html
4.30.0
to4.30.1
.V132.html
Update footer timestamp in DevTools documentation.
docs/api/rb/Selenium/DevTools/V132.html
Driver.html
Update Edge Driver documentation with new method and timestamp.
docs/api/rb/Selenium/WebDriver/Edge/Driver.html
#script
to the list of inherited methods.Driver.html
Update Firefox Driver documentation with new method and timestamp.
docs/api/rb/Selenium/WebDriver/Firefox/Driver.html
#script
to the list of inherited methods.Driver.html
Update IE Driver documentation with new method and timestamp.
docs/api/rb/Selenium/WebDriver/IE/Driver.html
#script
to the list of inherited methods.Driver.html
Update Safari Driver documentation with new method and timestamp.
docs/api/rb/Selenium/WebDriver/Safari/Driver.html
#script
to the list of inherited methods.Options.html
Update Chrome Options documentation timestamp.
docs/api/rb/Selenium/WebDriver/Chrome/Options.html
Profile.html
Update Chrome Profile documentation timestamp.
docs/api/rb/Selenium/WebDriver/Chrome/Profile.html
BrowsingContext.html
Update BrowsingContext documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/BrowsingContext.html
UrlPattern.html
Update UrlPattern documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/UrlPattern.html
FilterBy.html
Update FilterBy documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/FilterBy.html
InterceptedItem.html
Update InterceptedItem documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/InterceptedItem.html
InterceptedResponse.html
Update InterceptedResponse documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/InterceptedResponse.html
LogHandler.html
Update LogHandler documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/LogHandler.html
Options.html
Update Chromium Options documentation timestamp.
docs/api/rb/Selenium/WebDriver/Chromium/Options.html
Cookies.html
Update Cookies documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/Cookies.html
Credentials.html
Update Credentials documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/Credentials.html
Headers.html
Update Headers documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/Headers.html
InterceptedAuth.html
Update InterceptedAuth documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/InterceptedAuth.html
InterceptedRequest.html
Update InterceptedRequest documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/InterceptedRequest.html
LogInspector.html
Update LogInspector documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/LogInspector.html
Network.html
Update Network documentation timestamp.
docs/api/rb/Selenium/WebDriver/BiDi/Network.html
InvalidCookieDomainError.html
Update footer timestamp in InvalidCookieDomainError documentation.
docs/api/rb/Selenium/WebDriver/Error/InvalidCookieDomainError.html
InvalidElementStateError.html
Update footer timestamp in InvalidElementStateError documentation.
docs/api/rb/Selenium/WebDriver/Error/InvalidElementStateError.html
InvalidSessionIdError.html
Update footer timestamp in InvalidSessionIdError documentation.
docs/api/rb/Selenium/WebDriver/Error/InvalidSessionIdError.html
NoSuchAlertError.html
Update footer timestamp in NoSuchAlertError documentation.
docs/api/rb/Selenium/WebDriver/Error/NoSuchAlertError.html
NoSuchCookieError.html
Update footer timestamp in NoSuchCookieError documentation.
docs/api/rb/Selenium/WebDriver/Error/NoSuchCookieError.html
NoSuchDriverError.html
Update footer timestamp in NoSuchDriverError documentation.
docs/api/rb/Selenium/WebDriver/Error/NoSuchDriverError.html
NoSuchElementError.html
Update footer timestamp in NoSuchElementError documentation.
docs/api/rb/Selenium/WebDriver/Error/NoSuchElementError.html
NoSuchFrameError.html
Update footer timestamp in NoSuchFrameError documentation.
docs/api/rb/Selenium/WebDriver/Error/NoSuchFrameError.html
NoSuchWindowError.html
Update footer timestamp in NoSuchWindowError documentation.
docs/api/rb/Selenium/WebDriver/Error/NoSuchWindowError.html
SessionNotCreatedError.html
Update footer timestamp in SessionNotCreatedError documentation.
docs/api/rb/Selenium/WebDriver/Error/SessionNotCreatedError.html
StaleElementReferenceError.html
Update footer timestamp in StaleElementReferenceError documentation.
docs/api/rb/Selenium/WebDriver/Error/StaleElementReferenceError.html
UnexpectedAlertOpenError.html
Update footer timestamp in UnexpectedAlertOpenError documentation.
docs/api/rb/Selenium/WebDriver/Error/UnexpectedAlertOpenError.html
Firefox.html
Update footer timestamp in Firefox documentation.
docs/api/rb/Selenium/WebDriver/Firefox.html
KeyActions.html
Update footer timestamp in KeyActions documentation.
docs/api/rb/Selenium/WebDriver/KeyActions.html
Keys.html
Update footer timestamp in Keys documentation.
docs/api/rb/Selenium/WebDriver/Keys.html
Network.html
Update footer timestamp in Network documentation.
docs/api/rb/Selenium/WebDriver/Network.html
ProfileHelper.html
Update footer timestamp in ProfileHelper documentation.
docs/api/rb/Selenium/WebDriver/ProfileHelper.html
SearchContext.html
Update footer timestamp in SearchContext documentation.
docs/api/rb/Selenium/WebDriver/SearchContext.html
ServiceManager.html
Update footer timestamp in ServiceManager documentation.
docs/api/rb/Selenium/WebDriver/ServiceManager.html
TargetLocator.html
Update footer timestamp in TargetLocator documentation.
docs/api/rb/Selenium/WebDriver/TargetLocator.html
Wait.html
Update footer timestamp in Wait documentation.
docs/api/rb/Selenium/WebDriver/Wait.html
WheelActions.html
Update footer timestamp in WheelActions documentation.
docs/api/rb/Selenium/WebDriver/WheelActions.html
Zipper.html
Update footer timestamp in Zipper documentation.
docs/api/rb/Selenium/WebDriver/Zipper.html
Dimension.html
Update footer timestamp in Dimension documentation.
docs/api/rb/Selenium/WebDriver/Dimension.html
InsecureCertificateError.html
Update footer timestamp in InsecureCertificateError documentation.
docs/api/rb/Selenium/WebDriver/Error/InsecureCertificateError.html
InvalidArgumentError.html
Update footer timestamp in InvalidArgumentError documentation.
docs/api/rb/Selenium/WebDriver/Error/InvalidArgumentError.html
InvalidSelectorError.html
Update footer timestamp in InvalidSelectorError documentation.
docs/api/rb/Selenium/WebDriver/Error/InvalidSelectorError.html
ScriptTimeoutError.html
Update footer timestamp in ScriptTimeoutError documentation.
docs/api/rb/Selenium/WebDriver/Error/ScriptTimeoutError.html
UnknownCommandError.html
Update footer timestamp in UnknownCommandError documentation.
docs/api/rb/Selenium/WebDriver/Error/UnknownCommandError.html
UnknownMethodError.html
Update footer timestamp in UnknownMethodError documentation.
docs/api/rb/Selenium/WebDriver/Error/UnknownMethodError.html
UnsupportedOperationError.html
Update footer timestamp in UnsupportedOperationError documentation.
docs/api/rb/Selenium/WebDriver/Error/UnsupportedOperationError.html
Interactions.html
Update footer timestamp in Interactions documentation.
docs/api/rb/Selenium/WebDriver/Interactions.html
Logs.html
Update footer timestamp in Logs documentation.
docs/api/rb/Selenium/WebDriver/Logs.html
Manager.html
Update footer timestamp in Manager documentation.
docs/api/rb/Selenium/WebDriver/Manager.html
Navigation.html
Update footer timestamp in Navigation documentation.
docs/api/rb/Selenium/WebDriver/Navigation.html
Point.html
Update footer timestamp in Point documentation.
docs/api/rb/Selenium/WebDriver/Point.html
Rectangle.html
Update footer timestamp in Rectangle documentation.
docs/api/rb/Selenium/WebDriver/Rectangle.html
Http.html
Update footer timestamp in Remote/Http documentation.
docs/api/rb/Selenium/WebDriver/Remote/Http.html
JavascriptError.html
Update footer timestamp in JavascriptError documentation.
docs/api/rb/Selenium/WebDriver/Error/JavascriptError.html
TimeoutError.html
Update footer timestamp in TimeoutError documentation.
docs/api/rb/Selenium/WebDriver/Error/TimeoutError.html
UnknownError.html
Update footer timestamp in UnknownError documentation.
docs/api/rb/Selenium/WebDriver/Error/UnknownError.html
FedCM.html
Update footer timestamp in FedCM documentation.
docs/api/rb/Selenium/WebDriver/FedCM.html
Service.html
Update footer timestamp in Firefox/Service documentation.
docs/api/rb/Selenium/WebDriver/Firefox/Service.html
Service.html
Update footer timestamp in IE/Service documentation.
docs/api/rb/Selenium/WebDriver/IE/Service.html
file.README.html
Update footer timestamp in README documentation.
docs/api/rb/file.README.html
Profile.html
Update footer timestamp in Edge/Profile documentation.
docs/api/rb/Selenium/WebDriver/Edge/Profile.html
IE.html
Update footer timestamp in IE documentation.
docs/api/rb/Selenium/WebDriver/IE.html
Remote.html
Update footer timestamp in Remote documentation.
docs/api/rb/Selenium/WebDriver/Remote.html
Support.html
Update footer timestamp in Support documentation.
docs/api/rb/Selenium/WebDriver/Support.html
_index.html
Update footer timestamp in index documentation.
docs/api/rb/_index.html
index.html
Update footer timestamp in main index documentation.
docs/api/rb/index.html
top-level-namespace.html
Update footer timestamp in top-level namespace documentation.
docs/api/rb/top-level-namespace.html
V133.html
Update footer timestamp in DevTools V133 documentation.
docs/api/rb/Selenium/DevTools/V133.html
V134.html
Update footer timestamp in DevTools V134 documentation.
docs/api/rb/Selenium/DevTools/V134.html
Error.html
Update footer timestamp in Server/Error documentation.
docs/api/rb/Selenium/Server/Error.html
DriverExtensions.html
Update footer timestamp in DriverExtensions documentation.
docs/api/rb/Selenium/WebDriver/DriverExtensions.html
101 files