37383940414243
public static GalenPageActionRunJavascript runJavascript(String javascriptPath) { return new GalenPageActionRunJavascript(javascriptPath); } public static GalenPageActionOpen open(String url) { return new GalenPageActionOpen(url); }