-
-
Notifications
You must be signed in to change notification settings - Fork 764
feat: add support for logCustomEvent command #1262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4e47236
to
8052484
Compare
The Azure failure is a timeout of some kind and it seems to have existed since before this PR; not sure what to do about that. |
src/main/java/io/appium/java_client/serverevents/CommandEvent.java
Outdated
Show resolved
Hide resolved
src/main/java/io/appium/java_client/serverevents/CommandEvent.java
Outdated
Show resolved
Hide resolved
src/main/java/io/appium/java_client/serverevents/ServerEvent.java
Outdated
Show resolved
Hide resolved
src/main/java/io/appium/java_client/serverevents/ServerEvents.java
Outdated
Show resolved
Hide resolved
8052484
to
760df68
Compare
src/main/java/io/appium/java_client/serverevents/CommandEvent.java
Outdated
Show resolved
Hide resolved
760df68
to
5c22d6c
Compare
|
||
public final List<CommandEvent> commands; | ||
public final List<TimedEvent> events; | ||
public final String jsonData; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should it be string or JSONObject?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
string, because its only purpose is to write out to disk.
Depends on appium/appium-base-driver#364
(I couldn't get tests to run due to some Class Not Found error that seems unrelated.)