TAST tool Menu
TAST Adaptors
Adaptors examples
TAST Integrations
Interesting features
Documentation of technical administration
Modeling recommendations
Training in the TAST tool
TAST tool Menu
TAST Adaptors
Adaptors examples
TAST Integrations
Interesting features
Documentation of technical administration
Modeling recommendations
Training in the TAST tool
This is an old revision of the document!
> Search for element by ID and set the value: document.getElementById(”“Element ID if exists””).value = ”“50””;
Search by name and set value:
document.getElementsByName(”“savingRatePerMonth””)[0].value=”“50””;
Navigate to another page with javascript:
document.location.href = 'http://www.mozilla.org';
Get the attribute of an element:
var attribute = document.getElementById(”“elementId””).getAttribute(”“href””);
This function does not pick up the data type selected in the diagram for the output, instead it returns the data type given by the function. ”