Specifications
Event Actions
event "KeyPress" Windows KeyPress {}
}
choice
{
event "Begin" Web BeginLoad { Level="top" URL=contains:$(URLs) }
}
event "End" Web EndLoad { Level="top" }
}
When you create or modify an application definition that uses this rule set,
Application Response prompts you for one or more values for the URL
parameter. If you specify "www.concord.com" and "www.irs.ustreas.gov" as
values, the transaction definition expands as follows:
transaction "Browse"
module "Browse"
{
choice
{
event "WindowCreate" Windows Create {}
event "MouseClick" Windows MouseClick {}
event "KeyPress" Windows KeyPress {}
}
choice
{
event "Begin" Web BeginLoad { Level="top" URL=contains:$(URLs) }
event "Begin" Web BeginLoad
{ Level="top" URL=contains:"www.concord.com" }
event "Begin" Web BeginLoad
{ Level="top" URL=contains:"www.irs.treas.gov" }
}
event "End" Web EndLoad { Level="top" }
}
Web EndLoad Event Action
The Web EndLoad event action indicates that the browser has loaded a
document. This event supports the following parameters:
ExecutableName. The name of the Web browser executable
URL. The universal resource locator (URL) of the Web page being loaded
Title. The title of the HTML document (If the document does not have a
title, no title appears.)
Level. The level of the Web page being loaded, using one of the following
values:
BT Language Reference 153