Forum Discussion
Here's my best guess:
The page that the combo boxes are on is pageProviderAgency. So, you click the state combo box on that page. However, the next command after that is do to a Wait command on another page called pageWelcometoReferralValet3. That seems to be incorrect since it appears that the page that is on screen is still pageProviderAgency.
Change the "Wait" command to be on pageProviderAgency instead of the welcome page and see if the problem corrects. If you note, the error in the log is that it is unable to find the welcome page... it's not the combo box that's failing, it's your page wait call that's failing.
Thanks for information,
Now i changed my keyword operation using wait property and if then operation, since after selecting state there will be time taken to get county in list. so i have used wait property.
But Error showing that County List item not found, Attached screenshot for your reference.