Update documentation for Selenium 4.30.0 (dotnet) #15474
Closed
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 annotations for improved null safety.
Fixed typos and improved exception handling details across multiple classes.
Reorganized and expanded class references in the Script module.
Removed outdated method references and adjusted method signatures for consistency.
Deleted obsolete files related to older DevTools versions.
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.
OnNavigationCommittedAsyncwith 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
properties.
OnNavigationCommittedAsyncwith overloads forhandling navigation 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
constructors.
SetCacheBehaviorAsyncfor configuring cache behavior.OpenQA.Selenium.Chromium.ChromiumOptions.html
Update ChromiumOptions documentation with nullable types andexceptions.docs/api/dotnet/webdriver/OpenQA.Selenium.Chromium.ChromiumOptions.html
ChromiumAndroidOptions?).properties.
OpenQA.Selenium.Chromium.ChromiumDriver.html
Enhance ChromiumDriver documentation with exceptions and updates.docs/api/dotnet/webdriver/OpenQA.Selenium.Chromium.ChromiumDriver.html
OpenQA.Selenium.BiDi.Modules.Script.html
Expand and reorganize Script module class references.docs/api/dotnet/webdriver/OpenQA.Selenium.BiDi.Modules.Script.html
OpenQA.Selenium.BiDi.Modules.BrowsingContext.CloseOptions.html
Add PromptUnload property to CloseOptions documentation.docs/api/dotnet/webdriver/OpenQA.Selenium.BiDi.Modules.BrowsingContext.CloseOptions.html
PromptUnloadwith nullable boolean type.OpenQA.Selenium.By.html
Documentation updates for `By` class in Selenium .NET API.docs/api/dotnet/webdriver/OpenQA.Selenium.By.html
methods.
"elemsnts" to "elements".
?) to several properties and methods forbetter null safety.
ClassName,CssSelector, andXPath.OpenQA.Selenium.DevTools.DevToolsSession.html
Documentation improvements forDevToolsSessionclass in Selenium .NETAPI.
docs/api/dotnet/webdriver/OpenQA.Selenium.DevTools.DevToolsSession.html
methods.
?) to properties, methods, and events fornull safety.
SendCommandandGetVersionSpecificDomains.OpenQA.Selenium.DevTools.Network.html
Documentation updates for `Network` class in Selenium .NET API.docs/api/dotnet/webdriver/OpenQA.Selenium.DevTools.Network.html
?) to method parameters for null safety.AddResponseBodyandContinueRequest.OpenQA.Selenium.CapabilityType.html
Documentation enhancements forCapabilityTypeclass in Selenium .NETAPI.
docs/api/dotnet/webdriver/OpenQA.Selenium.CapabilityType.html
?) to method parameters for null safety.IsSpecCompliantCapabilityNameto acceptnullable strings.
OpenQA.Selenium.BiDi.Modules.BrowsingContext.BrowsingContextLogModule.html
Documentation updates forBrowsingContextLogModuleclass in Selenium.NET API.
docs/api/dotnet/webdriver/OpenQA.Selenium.BiDi.Modules.BrowsingContext.BrowsingContextLogModule.html
EntrytoLogEntryin method signatures for consistency.annotations.
101 files