Forum Discussion

Rakeshyadav09's avatar
Rakeshyadav09
Occasional Contributor
6 years ago
Solved

Using Call before the action

What is the difference between:

(1) Call Aliases.Test.Createbutton.Click

and 

(2) Aliases.Test.Createbutton.Click

Both the lines of code works for me, then what is the use of Call?