Hi Lotos,
You can make use of With....End With Statement.
For example,
You can make use of With....End With Statement.
For example,
Code:
With Browser().Page()
.WebEdit().Set ""
.Link().Click
End With
