I've got a grid that has a column by the name "NAME" and one row that says "Facebook." Doing rowWith("Facebook") works, but I want to use regex for various reasons. Nothing I've tried has worked,...
Type: Posts; User: jackzoldos
I've got a grid that has a column by the name "NAME" and one row that says "Facebook." Doing rowWith("Facebook") works, but I want to use regex for various reasons. Nothing I've tried has worked,...
Thanks! That worked for grids, but I'm not sure if there's an equivalent way of doing such a thing for combo boxes that are dynamically loaded. Is such a thing possible?
I was wondering how to validate that grids, charts, etc. have been loaded with data without just delaying with wait(). Waiting for the grids to be visible doesn't work because the grid's still...
Running into the same issue. Can anyone shed some light on this?
Edit:...