Nick Abalov

Results 71 comments of Nick Abalov

Please provide log output of the driver launched with `--verbose` flag. You can use [`--log-pathfile LOG.txt`](https://github.com/2gis/Winium.StoreApps/wiki/Command-Line-Options#--log-pathfile) to log directly to file and copy paste into reply. Also, could you please...

1. Please check if you correctly embedded InnerServer into your application. You should call `AutomationServer.Instance.InitializeAndStart();` from UI thread once your app starts. 2. Check if you enabled `Internet Server` or...

Could you please build and [test app](https://github.com/2gis/Winium.Mobile/tree/master/Winium/TestApp.StoreApps/TestApp.WindowsPhone) and run sample tests from our [python suite](https://github.com/2gis/Winium.Mobile/tree/master/Winium/TestApp.Test/py-functional)? This will help determinate if there is a problem specific to your app or system....

Added Contexts, GetContext, SetContext, GetPageSource (web)

some samples to see PR in action ```py import os from appium.webdriver import Remote from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support.wait...

list of commands included in PR - [x] ClickElementCommand - [x] FindElementCommand - [x] GetActiveElementCommand - [x] GetElementTextCommand - [x] GetPageSourceCommand - [x] GetTitleCommand - [x] GoToUrlCommand - [x] SendKeysCommand

I made Version column width equal to 1 as it became bigger after the whole "table" was widen. Maybe it should be scaled to 2 to accommodate for really long...

Please let me know if `aria-hidden="true"` is not the correct way to mark purely decorative elements and they should be marked differently according tostandards.

Yes, it is a font icon. I use axe programmatically, the issue is reported as violation, i.e. it appears under `axeResults.violations`. In this particular case the icon is purely a...

Here is a codepen - https://codepen.io/nickab/pen/eYrdKeo As you can see, the icon is purely decorative spacer. As such, I'd expect axe to ignore it. I.e. 1. Apply ```diff diff --git...