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

Add ability to check combobox store contents #8

Closed tjpalmer85 closed 1 year ago

tjpalmer85 commented 1 year ago

In store_helper.py there is a "placeholder" for a method that checks the contents of a store. It would be great if this was developed so it could be used in scenarios where we want to check a combox only contains certain elements.

If it was to do what the idea said "Method that checks that the store contains the specified data, and optionally only the specified data." that would be ideal and would mean we could move away from having to use applitools for this scenario.

westy commented 1 year ago

Well, that was a little harder than I was expecting, but think it's there now. I'll tag another release so you can update your requirements.txt and give it a go.