...gologin ({
Tên người dùng: "Your_gologin_username",
Mật khẩu: "Your_Gologin_Password"
});
gologin.login ();
var selenium = new kameleonselenium ();
selenium.open ("Google");
selenium.type ("#định danh", "your_google_username");
selenium.type ("#mật khẩu", "your_google_password")...