How it works? : queryappstate -> getPIDsByName
See original GitHub issue- I don’t know it’s bug or I have missunderstanding
- I don’t think code dosen’t work, but it seems works? I am wondering…
- I am checking with Galaxy S21 (apilevel=31), it supports pgrep -f
_.escapeRegExp(`([[:blank:]]|^)${name}([[:blank:]]|$)`
becomes "\(\[\[\:blank.....\$\)"
Issue Analytics
- State:
- Created a year ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Get App State - Appium
Edit this Doc Get app state. Get the given app status on the device. Example Usage. Java; Python; Javascript; Ruby; C#. driver.queryAppState('com.apple.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
oh, Windows I assume @KazuCocoa was doing similar fixes recently. The trick was to add
windowsVerbatimArguments: system.isWindows()
intoexec
optionsyes, Win system had more tricky
"
'
handling in escape, so we needed to givewindowsVerbatimArguments
for node’sexec
. i.e. https://github.com/appium/appium-adb/pull/591/files Potentially we have more code where require it for Win more to handle escape better