2gis / Winium.Desktop

Winium.Desktop is Selenium Remote WebDriver implementation for automated testing of Windows application based on WinFroms and WPF platforms.
Mozilla Public License 2.0
404 stars 140 forks source link

Scroll down issue element details are not shown #225

Open swatidave1987 opened 6 years ago

swatidave1987 commented 6 years ago

Scroll down issue element details are not shown for desktop based application. Issue.docx UI Spy.docx

@NickAb @ #224

NickAb commented 6 years ago

@skyline-gleb

skyline-gleb commented 6 years ago

As already said in #224, if the element is not visible, the problem in it. An extension for bindings can help you https://github.com/2gis/Winium.Elements. It supports ListBox (and others) and scroll to the element

heilwood commented 6 years ago

Scroll will work only if scroll pattern is implemented for this element :)