Skip to content

Commit

Permalink
comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush5harma committed Oct 15, 2024
1 parent 0ce70a7 commit 5f67baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymobiledevice3/cli/developer.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ def accessibility_list_items(service_provider: LockdownClient):

item_data = {
'platform_identifier': platform_identifier,
'estimated_uid': estimated_uid,
'estimated_uid': estimated_uid, # element UID as returned and used by appium and WDA
'caption': caption,
'spoken_description': spoken_description
}
Expand Down

0 comments on commit 5f67baa

Please sign in to comment.