My page has buttons,textboxex and select elements. But when initializing the page objects using PageFactory.initElements(driver,MyPage.class), all elements are initialized except Select element.
I read somewhere that this can be achieved by FieldDecorator or ElementLocatorFactory. But I don't know how to use them.
Need help with this one!!