Forum Discussion

MarcusBengtsson's avatar
MarcusBengtsson
Frequent Contributor
3 years ago

Curious about the IF object

Hello! So I have this problem when I use "If Object".. I want it to execute following steps below IF the apply button is enabled. If not it should just continue with other steps. Am I doing this wrong? 

 

 

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    Use,

     

    In JavaScript, an object is a collection of properties, and a property is an association between a name (or key) and a value. A property's value can be a function, in which case the property is known as a method.

     

    The 'Apply' button is an object. If the 'Apply' button property is set to not visible, then the button object exist. If the 'Apply' button is not visible, then the button object does not exist, and you can't access any of it's properties.