appium / appium-remote-debugger

Module for dealing with Remote Debugger protocol
Apache License 2.0
43 stars 32 forks source link

feat: introduce a wildcard usage for additionalWebviewBundleIds to get webview contexts of other apps #346

Closed mwakizaka closed 7 months ago

mwakizaka commented 7 months ago
KazuCocoa commented 7 months ago

Or adding * usage instead of adding a new capability? additionalWebviewBundleIds: ['*'], then all bundle ids will be selected

mwakizaka commented 7 months ago

Thank you for your comment! Will try adding * usage to additionalWebviewBundleIds capability.

mwakizaka commented 7 months ago

Confirmed the behaviour as https://gist.github.com/mwakizaka/fa993e9589db3ce0271538e258e9d719

mykola-mokhnach commented 7 months ago

there seems to be a test failure in https://github.com/appium/appium-remote-debugger/actions/runs/6902034726/job/18778125000?pr=346

Seems like an issue to me

KazuCocoa commented 7 months ago

A retry fixed that. Maybe just flaky?

github-actions[bot] commented 7 months ago

:tada: This PR is included in version 10.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: