I have an object that I want to know the data inside it (1-8 maybe more)
so I'm using the "get html object text".
- if I'm selecting the object when its disabled, and the program running with "not disabled object" it will crash and give some other object.
- if I'm selecting the object when its not disabled, and the program running with "disabled object" it will crash and give OBJECT_NOT_FOUND.
please help me