Hey,
I encountered a weird bug yesterday.
My object is supposed to read a datatable in IE after performing a filtering, then locate a specific row and access it.
This always works the first time i run the object on the System, but for some reason it stops working if i envoke it a second time.
Without the filter there are 26 rows, with the filter it is 11. First time i run the object it correctly logs 11 found rows, but when running it again shows 26 even with the filter.
Has anyone encountered something like this?