Forum Discussion
YMinaev
Staff
16 years agoHi,
To get the object type, use the objectType property. As for finding links and buttons, you can try using innerText to address them by captions without using object types at all. This way, you can create code which will click any object with the specified text.
To get the object type, use the objectType property. As for finding links and buttons, you can try using innerText to address them by captions without using object types at all. This way, you can create code which will click any object with the specified text.