2gis / Winium.Cruciatus

C# Framework for automated testing of Windows application based on WinFroms and WPF platforms.
Mozilla Public License 2.0
137 stars 66 forks source link

Проблема на билдсервере #32

Closed skyline-gleb closed 8 years ago

skyline-gleb commented 9 years ago

И это возможно проблема метода в том числе. Суть - тест на GetFocusedElement падает если в этот момент на билдмашине открыта папка с выделенным элементом и тогда два варианта, либо приложение открывается за папкой и тычок действительно не в приложение происходит, либо возвращается не верный элемент (либо не успевает быть сфокусированным либо есть разные типы фокусов....)

bangonkali commented 9 years ago

Hi, This is a really impressive software. But can you write some of the issues in English. I am interested in supporting this effort. Thanks!

sanjeets commented 9 years ago

Impressive but still an hackathon type of an effort. I am trying stuff and its not working

NickAb commented 9 years ago

@sanjeets could you please describe what is not working? We use it in quite a few commands to run automated functional UI tests on CI.

NickAb commented 9 years ago

@bangonkali we will try to write all important issues in english. This issues is related to the rare problem of driver clicking into wrong window if you have any other apps opened on the desktop where the tests are running and your app did not go into top most foreground position due to long start or something like that.