Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
I THINK this is rather easy... you have
In two places in ScriptA.
I THINK it should be
since click is a method of the object.
object.click
In two places in ScriptA.
I THINK it should be
call object.click
since click is a method of the object.