Hi,
I tried the Eg that you sent, when I record that with keyword test or as a script it is getting recognized as drop down and it automatically creates clickitem. (Code:Aliases.chrome.pageW3schoolsTryitEditor.frameIframeresult.selectChooseACar.ClickItem(Project.Variables.car1.Value("Car")); ) and it is getting input from the excel and selects accordingly.
But when I do the same in the page where I want to test it is creating a click function instead of clickitem function, I assume it is not getting recognized as a drop down. When I try to change that manually it says ClickItem("Date") not found.