Skip to content

Commit

Permalink
Add state
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Sep 19, 2024
1 parent 3da0319 commit 7ed6e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebDriverAgentLib/Commands/FBCustomCommands.m
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ + (NSDictionary *)appInfoWithApp:(XCUIApplication *)app
return (nil == app) ? @{} : @{
@"pid": @(app.processID),
@"bundleId": app.bundleID,
@"name": app.identifier,
@"state": @(app.state),
@"processArguments": @{
@"args": app.launchArguments ?: @[],
@"env": app.launchEnvironment ?: @{}
Expand Down

0 comments on commit 7ed6e11

Please sign in to comment.