Selenium is having trouble interacting with DevExpress -
i attempting run tool selenium (with iedriverserver ) on ie browser application. application made out of devexpress components. one component of application in particular gridview . large component, , contains numerous nested sub-components, such header combo boxes, peripheral buttons, peripheral text fields, data grid of rows+columns. in using selenium , using such calls "<webelement>.click()", "<webelement>.gettext()" , "<webelement>.sendkeys()" on these devexpress sub-components. however, there general problem these devexpress sub-components (many times) not react selenium calls. i wondering if there's different approach in getting selenium particularly operate on devexpress components. perhaps, there's type of overall setting performed. if has insight this, appreciate information. thanks.