-
-
Notifications
You must be signed in to change notification settings - 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
GetCurrentUrl
method to web browser interfaceImplement URL retrieval functionality for Playwright driver
Diagram Walkthrough
File Walkthrough
IWebBrowser.cs
Add GetCurrentUrl method to interface
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs
GetCurrentUrl
method signature to interfacePlaywrightWebDriver.ExtractData.cs
Implement GetCurrentUrl for Playwright driver
src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightWebDriver.ExtractData.cs
GetCurrentUrl
method for Playwright driver