We have a website which has a wijmo grid in it. I am attempting to test this website. In IE the grid is drawn, yet when I go into the “Developer Tools”, the grid is not actually there. This makes running Selenium tests very difficult as Selenium cannot find it either.
Has anyone run into this before? If so, how do I successfully run my tests?
It looks like it is working now. The Developer had a pre-loader which was causing the problem. Once that was disabled it is now able to find the elements.