//登录 private bool LogIn(string userName, string password) { const string script = @" "; _browser.ExecuteScript(new Script(script)); return(true); }