Conversation
…ging - Introduced `launch_chrome` tool to simplify launching Chrome instances with remote debugging enabled - Supports "newInstance" and "freshSession" modes, with an option to copy profile files for use during debugging - Updated `attach_browser` to utilize the new `launch_chrome` tool for streamlined workflow - Enhanced session handling, cleanup logic, and active tab management during `attach_browser` operations - Updated corresponding tests and documentation
- Introduced the `execute_sequence` tool for executing sequences of actions atomically, with optional stability waits and state delta generation. - Added `registerSession` and `closeSession` for enhanced session lifecycle management and tracking. - Implemented Local Appium and Browser providers with capability handling, session type determination, and auto-detach options. - Added CI linting workflow and new tests for tools and providers for improved quality assurance. BREAKING CHANGE: Deleted tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Proposed changes
Launch Chrome for remote debugging
launch_chrometool to simplify launching Chrome instances with remote debugging enabledattach_browserto utilize the newlaunch_chrometool for streamlined workflowv3.0.0 Initial commit
execute_sequencetool to bundle up actionsmimeTypeinstead of content for tooling that are resources nowTypes of changes
Checklist
Further comments
Reviewers: @webdriverio/project-committers