ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.InvokeScript(script) method
Namespaces > ArtOfTest.WebAii.Core > Actions > InvokeScript(String)
Invokes a javascript function. This function performs a javascript eval() on the callString and returns and values from that call (if any).
Syntax
C#
public virtual string InvokeScript (
	string script
)
Parameters
script (String)
The call/script to invoke.
Examples
string retValue = InvokeScript("myfunctioncall(""hi"",myvar);");

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)