Or
Any general advise on how best to deal with searching through data that is dynamically loaded/unloaded as user scrolls or pages through?
I'm trying to figure out how best to deal with searching through a SlickGrid when the item of interest is not immediately available, but should be returned at some point.
For example, lets say you wanted to find & work against some row (lets say "Task 19423") part way down this list of 50,000 possible results...
http://mleibman.github.io/SlickGrid/exa ... model.html
If you spy this grid, and use a path of
Code: Select all
/dom[@domain='mleibman.github.io']//div[#'myGrid']//div[@class='grid-canvas']/div
What kind of tricks/tips come in handy on this kind of scenario?
Using Ranorex 5.3, Windows 7, IE8/9/10/11/Chrome/Firefox