Hi
i have tried this code to select a value from dropdown but it is not working for me
WebDocument webdoc = "/dom[@caption='pagecaption']";
SelectTag cngcntry = webdoc.FindSingle(".//select[@id='idvalue']");
cngcntry.Click();
Delay.Seconds(2);
ListItem item = "/container[@caption='selectbox']/listitem[@innertext='itemtext']";
item.Click();
i get the error "Ranorex.ElementNotFoundException: No element found for path '/container[@caption='selectbox']/listitem[@innertext='textvalue']' within 5000ms. at Ranorex.Core.Element.FindSingle(RxPath path, Duration timeout) at Ranorex.Core.Element.op_Implicit(String path) at Ranorex.ListItem.op_Implicit(String path) at sdsfg.Program.Main(String[] args)