Jeremy Kao
Jeremy Kao
Without the --fg option, msjnc runs in the background (which profile is used?). In addition, the Ubuntu launcher created by msjnc in ~/.local/share/applications/ms-jnc.desktop does not apply the --fg option. Users...
IMHO, another layer of indirection is needed. For example: ``` public interface MainPresenter { void showLoading(); } public interface ChildPresenter { void init(); int getCount(); } public class MainChildPresenter implements...
@stefdaems What do you mean by "download an app from store", may I know capabilities you specified? According to the logs you provided, the error is irrelevant to app activation....
Yes, WinAppDriver will download the installation package and install it. However, it is expected that the installation package is a zip file. ``` desired_caps = { 'platformName': 'WindowsModern', 'app': 'http://your-build-server/path/to/your/pacakge.zip',...
Although `location_once_scrolled_into_view` is defined in WebDriver API, it expects, however, the element is available beforehand. The assumption conflicts with a characteristic of UI Automator - only elements visible on the...
@ranjith035 @thlengane Thanks for your interest in this project. I think [imsardine/pyuia-example-wordpress](https://github.com/imsardine/pyuia-example-wordpress) could be a good example for getting started. Have you tried it? For the documentation, I will try...