-
-
Couldn't load subscription status.
- Fork 582
Add function to get browser url for Playwright #1122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||
Add function to get browser url for Playwright
Merge pull request SciSharp#1122 from visagang/features/vguruparan
PR Type
Enhancement
Description
Add
GetCurrentUrlmethod to web browser interfaceImplement URL retrieval functionality for Playwright driver
Diagram Walkthrough
File Walkthrough
IWebBrowser.cs
Add GetCurrentUrl method to interfacesrc/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs
GetCurrentUrlmethod signature to interfacePlaywrightWebDriver.ExtractData.cs
Implement GetCurrentUrl for Playwright driversrc/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightWebDriver.ExtractData.cs
GetCurrentUrlmethod for Playwright driver