Canhua Li
Canhua Li
more than that. that PR only covers margin and padding. still have a bunch of things
I don't think you can do HC preview. So we only have 6. For any `Berlin` conf, after user clicks `Preview` button, we may have a group preview combobox which...
consolidation is hard. @anna-dingler can you post screenshot in design mode (not preview) for your design?
@yizhao5 I guess you didn't use appium or something is wrong in the middle. WinAppDriver is expecting `app:` other than `appium:app`, so you may remove `appium` prefix and try again?...
Part of W3C WebDriver work is already implemented in v1.2-RC which fixed https://github.com/webdriverio/webdriverio/pull/4369. set ms:experimental-webdriver to true will enable this feature, and here is C# example to enable it. ```...
There is very limited description on https://github.com/microsoft/WinAppDriver/releases I don't know if there is plan on it or not. There is [Microsoft.Windows.Apps.Test](https://github.com/Microsoft/Microsoft.Windows.Apps.Test), which is branched from WinAppDriver and an kind of...
First, we need to know why the matching failed. 1. It maybe the calculator app is changed, and the existing matching is not enough to match the app. The app...
@mykola-mokhnach Good to know on it. I don't have long term plan on it. I didn't work on native app anymore, so I may put limited time on the maintains....
use selenium (wait util)[https://www.selenium.dev/selenium/docs/api/javascript/module/[selenium-webdriver/lib/until](https://www.selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/lib/until.html).html] ``` const element = await webdriver.wait(until.elementLocated(By2.nativeName('One'))); ```
Are you windows running on physical machine or Windows itself is a virtual machine? I hit the very slow response yesterday because I only allocated 1G memory and limited disk...