rookiezn

Results 3 comments of rookiezn

@robwhitlock666 Will [XCUIScreenshot](https://developer.apple.com/documentation/xctest/xcuiscreenshot) work for you?

It is strange that this issue will disappear if you delete [this line](https://github.com/google/EarlGrey/blob/e87542aaad8786ff490a2dfb26be61e32ecff0a8/AppFramework/AutomationSetup/GREYAutomationSetup.m#L65)

While supporting Protobuf codec, is it possible to support Protobuf generated class (extends com.google.protobuf.GeneratedMessageV3) as service method's arguments and return value? My case is, there are some data structure defined...