openstf / minicap

Stream real-time screen capture data out of Android devices.
Other
1.72k stars 622 forks source link

Screen interaction does not work #216

Open fablexis opened 4 years ago

fablexis commented 4 years ago

I was running the example that is into the example folder, but I cannot interact with the mobile screen that the browser shows... I'm not sure if this is the normal behaviour when using mincap, I've used STF and there it is possible to interact with the device screen using the browser.

Can anyone clarify this to me? Thanks in advance

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.61. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

varundtsfi commented 4 years ago

That is just a screen display there on browser so there is no screen interaction handling over there. I think you are running it though app.js . I hope this will helpful. For batter understanding you can read that app.js file which is responsible only to show the screen on browser.

fablexis commented 4 years ago

@varundtsfi I got you...

I was taking a look at minitouch but it seems that's for capturing events when touching the screen. So I was wondering if there is a component that I can isolate in the same way we can see in the example folder, but with the touching feature enabled

fablexis commented 4 years ago

@sorccu can you suggest something in order to enable the screen interaction using "minicap"? Is there a way to enable the touch screen? What can we use/combine in order to do that? Do we have to use "minitouch", if so, how? Thanks

KavithaRamkrishnan commented 4 years ago

Facing similar issue. Any help is appreciated. We have to follow any steps to do the screen interaction by clicking the object.

fablexis commented 4 years ago

@kavithamanivel I haven't found a workaround for that. @varundtsfi do you have any suggestion or idea? Thx