Quote:Browser("...").Sync
Browser("...").Page("...").Sync
Browser("...").Page("...").WebEdit("dateDay").Set DataTable("date", dtGlobalSheet)
Browser("...").Page("...").WebEdit("dateMonth").Set DataTable("month", dtGlobalSheet)
Browser("...").Page("...").WebEdit("dateYear").Set DataTable("year", dtGlobalSheet)
Browser("...").Page("...").WebButton("Refresh display").Click
Browser("...").Page("...").WebElement("The date has to be today").Check CheckPoint("CheckPointMessage")
The problem is on that bold line, depending on date that I fill the fields, the website returns me a message. "The date has to be today" is one of five, but every message has a different WebElement name.
I tried to parameterize the names of each WebElement and also their values, but doesn't work