예제 #1
0
        //登录
        private bool LogIn(string userName, string password)
        {
            const string script = @"

            ";

            _browser.ExecuteScript(new Script(script));

            return(true);
        }