Omenia / robotframework-whitelibrary

Library for automating Windows GUI technologies with Robot Framework. WhiteLibrary wraps the White automation framework.
Apache License 2.0
54 stars 15 forks source link

unable to select value from combo box list item #176

Open mbharath12 opened 4 years ago

mbharath12 commented 4 years ago

Hi @mikahanninen @eeter, @rasjani I'm able to click on dropdown(combo box/list item) but unable to select value, please find below details. UIActionException: Item of text xxxxx not found. at TestStack.White.UIItems.ListBoxItems.ListItems.Item(String text) at TestStack.White.UIItems.ListBoxItems.ComboBox.Select(String itemText) at TestStack.White.Bricks.DelegateInvoker.VoidActionInvokerWrapper`1.Call(Object[] args) at TestStack.White.Bricks.DynamicProxyInterceptors.Process(IInvocation invocation, CoreInterceptContext interceptedContext) at TestStack.White.Interceptors.CoreInterceptor.Intercept(IInvocation invocation) at Castle.DynamicProxy.AbstractInvocation.Proceed() 20200225 17:36:09.856 : INFO : ${status} = False 20200225 17:36:09.858 : FAIL : BCT_33139 Batch is not Found in Content type Dropdown list combo box

list