action.setJsonArguments("{prefix: 'This was'}");
action.execute(new TestReport(), browser, new GalenPageTest(), null);
assertThat("Search input should contain text", element.getAttribute("value"), is("This was typed by a selenium from javascript text from imported script"));
browser.quit();
}
}