Forum Discussion
cunderw
8 years agoCommunity Hero
Without seeing your script or keyword tests and how you're running the application it will be very hard to determine the problem, can you provide screenshots of these?
Do any actions work on the application?
startapprentice
8 years agoNew Contributor
Hi,
As requested this is the script which I have written
function launnchApp() {
var app = TestedApps.Application.Run();
}
function login() {
Aliases.jp2launcher.LoginDialog.RootPane.null_layeredPane.Panel.CurvesPanel.Panel.LoginTextField.loginField.SetText("username");
Aliases.jp2launcher.LoginDialog.RootPane.null_layeredPane.Panel.CurvesPanel.Panel.PasswordTextField.passwordField.SetText("password");
Aliases.jp2launcher.LoginDialog.RootPane.null_layeredPane.Panel.CurvesPanel.Panel.Button.Click();
}