Sudharsan Selvaraj

Results 20 issues of Sudharsan Selvaraj

**For Android:** use Chrome debug protocol. To find the `remote-debugging-port` use `adb -s emulator-5554 forward --list`. Sample output is ```emulator-5554 tcp:8200 tcp:6790 emulator-5554 tcp:54849 localabstract:chrome_devtools_remote emulator-5554 tcp:8201 tcp:6790 emulator-5554 tcp:8202...

enhancement
back-end

FE
feature-request

Users should be able to interact with the device during test execution.

enhancement
front-end
back-end
feature-request

Currently, the plugin and server are created as a single module and the plugin has direct access to the database. The idea here is to move the server into a...

enhancement
feature-request

Currently, there are no tests available to test the plugin. It would be good to add at least basic tests to cover any major regression.

Changes to be made in both BE and FE.

enhancement

## The problem I'm currently building an appium plugin and I need to add an express middleware to handle all incoming API requests before it is handled by the appium...

Enhancement

Fixes #504 I have tested it for both scenarios with and without `mjpegScreenshotUrl`

Would be very nice to add types for the new API to avoid accidentally breaking the code in the future. At least on the responses part. Ref: https://plainenglish.io/blog/typed-express-request-and-response-with-typescript _Originally posted...