Code examples
set myExcelDB to table (“Sheet1″) of (type:”excel”, file:ResourcePath(“testExample.xlsx”))
put the records of myExcelDB into results
repeat with each item in results
set URL to it.URL
set ValidationContent to it.ValidationContent
set Credentials to it.RequireCredentials
DoubleClick “browser”
WaitFor 40.0, “refresh”
waitfor 20, “Searchbar”
click foundimagelocation()
typetext controlKey, a
typetext deletekey
typetext URL,returnkey
fnScroll (text:ValidationContent)
waitfor 30, text:ValidationContent
wait2
waitfor 20, “CloseBrowser”
click foundimagelocation()
end Repeat