appium-flutter-driver icon indicating copy to clipboard operation
appium-flutter-driver copied to clipboard

add a new observatory url pattern

Open KazuCocoa opened this issue 1 year ago • 0 comments

Maybe we also should support A Dart VM Service on xxxxx is available at: http://127.0.0.1:56083/xyz=/ format as well?

https://github.com/flutter/flutter/blob/414d9238720a3cde85475f49ce0ba313f95046f7/dev/devicelab/lib/framework/utils.dart#L740

https://github.com/search?q=repo%3Aflutter%2Fflutter%20%22A%20Dart%20VM%20Service%22&type=code

While https://github.com/flutter/flutter/blob/master/dev/devicelab/lib/framework/runner.dart#L219 already exists. So this may not be necessary yet though.

KazuCocoa avatar May 20 '24 06:05 KazuCocoa