Forum Discussion
Dmitry_Nikolaev
Staff
16 years agoHi Jussi,
You need to use the WaitItem method instead of Item:
Set button = page.Form("aspnetForm").WaitItem("btn_cancel", 5000)
We will correct the corresponding Help article.
Set button = page.Form("aspnetForm").WaitItem("btn_cancel", 5000)