-
Notifications
You must be signed in to change notification settings - Fork 141
Add browser and filesystem utility methods #147
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
base: feat/browser-use-m2
Are you sure you want to change the base?
Conversation
|
@copilot 重新启动你的工作。 |
Co-authored-by: galaxyeye <[email protected]>
I've completed the work on adding browser and filesystem utility methods! Added utilities:
All utilities include comprehensive tests (59 total tests) and follow Kotlin best practices. The changes have been committed in 3f63130. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This PR adds comprehensive utility methods for browser DOM operations and filesystem operations to enhance the PulsarRPA framework.
Browser Utilities (
ElementUtils.kt)Added to
pulsar-core/pulsar-tools/pulsar-browser/src/main/kotlin/ai/platon/pulsar/browser/driver/chrome/dom/util/:Filesystem Utilities (
FileSystemUtils.kt)Added to
pulsar-core/pulsar-common/src/main/kotlin/ai/platon/pulsar/common/:Testing
ElementUtilsFileSystemUtilsThe implementation integrates seamlessly with the existing codebase architecture and provides useful utilities for both browser automation and file system operations.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.