Pino Pan
Pino Pan
@mykola-mokhnach , Thanks, I will test it once you add this params to this function
@mykola-mokhnach , My JS is so poor, but I will have a try on it; Could you kindly tell me how to package your source code to driver package in...
@mykola-mokhnach Hi, I got the same problem, and I have done all settings that you said in Readme, include "Xcode Helper", "automationmodetool enable-automationmode-without-authentication". And I do not want to use...
I don't know why so many sessions in my device, I just run `driver = webdriver.Remote(terminal, cap)` once. In addition, I use selenium grid to manage several devices, but in...
@mykola-mokhnach , I read the log of my success run, and I also found several sessions on the same device. so I guess, is this appium design for some reasons?...
@KazuCocoa I have tried it, but it not works
by the way, I could activate the same app in other android devices(I have tried 4 android devices), only this honnor V30 have this issue
by the way, I could solve this issue by using "mobile: startActivity", but I hope you could check why "mobile: activateApp" can not work, thanks
by the way, no matter what DPI, `driver.findElement().click() `could always click in the true place
@KazuCocoa , Finally, I got the root cause of this issue. windows arm machine have one setting called "Scale" in "Display", which default value(recommended value) is "150%". if you want...