Update documentation for Selenium 4.30.0 (dotnet) #15477
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 dotnet language bindings to version 4.30.0.
PR Type
Documentation
Description
Updated API documentation for Selenium .NET bindings to version 4.30.0.
Added new methods and properties, such as
OnNavigationCommittedAsync
,SetCacheBehaviorAsync
, andPromptUnload
.Enhanced documentation with nullable type annotations, exception details, and refined descriptions.
Fixed typos and improved parameter and method descriptions across multiple classes and modules.
Updated source code line references and adjusted links to reflect changes in the codebase.
Removed deprecated method references and reorganized class references in the BiDi Script module.
Deleted outdated documentation files for older versions of DevTools and other modules.
Changes walkthrough 📝
12 files
OpenQA.Selenium.BiDi.Modules.BrowsingContext.BrowsingContextModule.html
Update references and add navigation event methods.
docs/api/dotnet/webdriver/OpenQA.Selenium.BiDi.Modules.BrowsingContext.BrowsingContextModule.html
constructors.
OnNavigationCommittedAsync
with overloads forhandling navigation events.
OpenQA.Selenium.BiDi.Modules.BrowsingContext.BrowsingContext.html
Update references and add navigation event methods.
docs/api/dotnet/webdriver/OpenQA.Selenium.BiDi.Modules.BrowsingContext.BrowsingContext.html
OnNavigationCommittedAsync
with overloads fornavigation events.
OpenQA.Selenium.BiDi.Modules.BrowsingContext.BrowsingContextNetworkModule.html
Update references and add cache behavior method.
docs/api/dotnet/webdriver/OpenQA.Selenium.BiDi.Modules.BrowsingContext.BrowsingContextNetworkModule.html
SetCacheBehaviorAsync
for configuring cache behavior.OpenQA.Selenium.Chromium.ChromiumOptions.html
Updated ChromiumOptions documentation with nullable types and
exceptions.
docs/api/dotnet/webdriver/OpenQA.Selenium.Chromium.ChromiumOptions.html
types.
methods.
OpenQA.Selenium.Chromium.ChromiumDriver.html
Enhanced ChromiumDriver documentation with nullable types and
exceptions.
docs/api/dotnet/webdriver/OpenQA.Selenium.Chromium.ChromiumDriver.html
methods.
applicable.
OpenQA.Selenium.BiDi.Modules.Script.html
Expanded BiDi Script module documentation with new classes.
docs/api/dotnet/webdriver/OpenQA.Selenium.BiDi.Modules.Script.html
OpenQA.Selenium.BiDi.Modules.BrowsingContext.CloseOptions.html
Added PromptUnload property to CloseOptions documentation.
docs/api/dotnet/webdriver/OpenQA.Selenium.BiDi.Modules.BrowsingContext.CloseOptions.html
PromptUnload
with nullable boolean type.OpenQA.Selenium.By.html
Updated API documentation for
By
class with corrections andenhancements.
docs/api/dotnet/webdriver/OpenQA.Selenium.By.html
OpenQA.Selenium.DevTools.DevToolsSession.html
Enhanced
DevToolsSession
documentation with fixes and nullableannotations.
docs/api/dotnet/webdriver/OpenQA.Selenium.DevTools.DevToolsSession.html
OpenQA.Selenium.DevTools.Network.html
Improved
Network
class documentation with fixes and detailedexceptions.
docs/api/dotnet/webdriver/OpenQA.Selenium.DevTools.Network.html
OpenQA.Selenium.CapabilityType.html
Refined
CapabilityType
documentation with updates and nullableannotations.
docs/api/dotnet/webdriver/OpenQA.Selenium.CapabilityType.html
OpenQA.Selenium.BiDi.Modules.BrowsingContext.BrowsingContextLogModule.html
Updated
BrowsingContextLogModule
documentation with corrections andrefinements.
docs/api/dotnet/webdriver/OpenQA.Selenium.BiDi.Modules.BrowsingContext.BrowsingContextLogModule.html
Entry
toLogEntry
in method signatures anddescriptions.
101 files