Forum Discussion
TanyaYatskovska
Alumni
14 years agoHi,
I've modified your code a bit:
...
if panel.WaitSubmitButton("ctl00_MainContent_login_button", 3000).Exists then
log.Checkpoint("button exists")
else
log.Error("button not exists")
end if
...
Does it work?