[dotnet] [bidi] Remove NavigateBack and NavigateForward as not a part…#16068
[dotnet] [bidi] Remove NavigateBack and NavigateForward as not a part…#16068nvborisenko merged 1 commit intoSeleniumHQ:trunkfrom
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
|
CI is failing due to not related to this changes. Merging without review with strong argument: if we have |
User description
… of low level
🔗 Related Issues
Contributes to #15612
💥 What does this PR do?
Remove unnecessary extra methods from low-level BiDi API.
PR Type
Enhancement
Description
Remove
NavigateBackAsyncandNavigateForwardAsyncmethods from BiDi BrowsingContextSimplify low-level BiDi API by removing convenience methods
Users should use
TraverseHistoryAsyncwith delta values directlyDiagram Walkthrough
File Walkthrough
BrowsingContext.cs
Remove navigation convenience methodsdotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContext.cs
NavigateBackAsyncmethod that calledTraverseHistoryAsync(-1)NavigateForwardAsyncmethod that calledTraverseHistoryAsync(1)TraverseHistoryAsyncmethod for history navigation