feat: add WebView support for extension#1359
Merged
Merged
Conversation
# Conflicts: # cmd/extmock/main.go # internal/protocol/gblob/README.md # internal/protocol/gblob/fetcher.go # internal/protocol/gblob/registry.go # pkg/download/downloader.go # pkg/download/engine/engine.go # pkg/download/engine/inject/stream/module.go # pkg/download/engine/inject/stream/stream.js # pkg/download/extension.go # pkg/download/extension_engine_session.go # pkg/download/extension_test.go # pkg/download/extmock.go # pkg/download/testdata/extensions/gblob/index.js # pkg/download/testdata/extensions/gblob_recover/index.js
- Renamed `Navigate` to `Goto` in the Page interface and its implementations for clarity. - Introduced `Click` and `Type` methods in the Page interface for simulating user interactions. - Added `Focus`, `Click`, and `Type` methods to the PageHandle struct with appropriate JavaScript execution logic. - Updated tests to reflect the new method names and added tests for new interaction methods. - Switched from `webview_flutter` to `flutter_inappwebview` for enhanced webview capabilities in the Flutter UI.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1359 +/- ##
==========================================
- Coverage 69.45% 68.69% -0.77%
==========================================
Files 54 60 +6
Lines 7272 9177 +1905
==========================================
+ Hits 5051 6304 +1253
- Misses 1723 2179 +456
- Partials 498 694 +196 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
No description provided.