Monday, November 23, 2009

Your first Web Human Emulator script


Open menu File press New and you wrote your first Web Human Emulator Script.

PHP code:
// The following code is required to properly run XWeb Human Emulator
require("../Templates/xweb_human_emulator.php");

// navigate to google
$browser->navigate("http://www.google.com");
// wait on browser
$browser->wait(1);

// Quit
$app->quit();


Script navigate browser to google.com. Press button Run or press F5 and script will executed.

No comments:

Post a Comment