-
-
Notifications
You must be signed in to change notification settings - Fork 760
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
Commands interface in v9 missing command name/info & args #2219
Comments
Sorry, I am confused.
The above code snippet does not look like it is a java code
Not sure what is expected to be in this list. As far as I can see the type of a single event was always like that and did not change on the server side: https://github.com/appium/appium/blob/622b245ea38793280d9785a59a0416ce025862fe/packages/types/lib/driver.ts#L571 |
Before update (i.e. with appium java client v8.1.1), the output of
so it was possible to filter by the actual command name. |
Note: I've had to update drivers too so maybe it has something to do with those as well? |
yes, it might be a result of a bugfix. |
Description
In previous versions of Appium, I've been able to collect timings of executed commands. After update to v9, the commands interface no longer contains the name of the executed command (nor any other information to use in filtering).
Environment
Details
Please provide more details, if necessary.
The code that worked previously:
Currently, the commands interface doesn't have any useful identifier for commands triggered by drivers:
The text was updated successfully, but these errors were encountered: