"Have you tried, only keeping ".Link("blablabla").Click" with in "With" block"
I don't understand your question.
I use a "With" block in each automation test and reusable action.
I don't understand your question.
I use a "With" block in each automation test and reusable action.
Code:
With Browser().Page() (in the beginning of the program)
.Link().Click
Iline = .WebTable().GetRowWithCellText(...)
.
.
.
End With (at the end of the program)