westy / pyseext

Python Selenium ExtJS - package for helping interact with an ExtJS application from Python using Selenium
MIT License
0 stars 1 forks source link

Need a way of filtering grid columns #6

Open westy opened 2 years ago

westy commented 2 years ago

When have a paged grid, a row you might want to click on could be (many) pages away.

Would be nice to be able to filter a grid using PySeExt.

westy commented 2 years ago

Should be sorted, at least for string filters.

I'll leave this open, since need to support list filters, and the various <>= ones for numbers and dates.