NirBY

Results 8 comments of NirBY

I am using a workaround for now a "EXEC" ` /bin/sh:-c:top -b -n 1 -p ${PID} | awk 'NR>7 { print $9; }'|head -n 1`

I try using (when imac and iphone on same wifi): ``` arp -i en1 -a | grep $(ideviceinfo -k EthernetAddress) ``` "en1" is my imac's wifi interface, got it using:...

Having same issue: - Appium V1.18.1 - Real Device - iPhone 8, IOS 13.7 - Selector used - MobileBy.iOSNsPredicateString("type == 'XCUIElementTypeTextField' AND value == 'Phone'") Page Source including"mobile: source" -...

@mykola-mokhnach used [WebDriverAgent 11.7](https://github.com/appium/WebDriverAgent/releases/download/v2.20.4/webdriveragent-xcode_11.7.zip) since I have xcode 11.7 (I have just replaced all files in /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent). It didnt worked, Appium log - [appiumServeriPhone8.log.txt](https://github.com/appium/java-client/files/5186288/appiumServeriPhone8.log.txt) _Note_: - Running it [manually ](http://appium.io/docs/en/drivers/ios-xcuitest-real-devices/#full-manual-configuration)...

Thank you @mykola-mokhnach. [W3C actions](https://appiumpro.com/editions/46-sending-arbitrary-keystrokes-with-the-actions-api) worked for me. while waiting for the release of the new WebDriverAgent.

Didn't worked. Used - https://stackoverflow.com/a/13469613

I have got: ![image](https://user-images.githubusercontent.com/9214815/68747974-3fe79980-0604-11ea-84e3-db8f5eec0f7f.png) `w-cr8:~ cellactqa$ node` `const mc = require('mjpeg-consumer');` `undefined`

Attached: [mjpeg-consumer.txt](https://github.com/appium/appium-doctor/files/3846103/mjpeg-consumer.txt)