Letractively / autotester

Automatically exported from code.google.com/p/autotester
1 stars 1 forks source link

SHDocVw.Dll is missing #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

While running the project, we are getting some errors due to SHDocVw.Dll is
missing from 'Core' project.

Please let we know from where we can find SHDocVw.Dll

--
Warm Regards
Sandeep

Original issue reported on code.google.com by sandeep....@gmail.com on 27 Nov 2008 at 6:41

GoogleCodeExporter commented 8 years ago
不好意思,跟您請教一下,我執行下面的程式,不過,開啟��
�覽器後,網頁會出現about:blank,
如圖,請問這要怎麼使用呀?
using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics;
using System.Threading;
using System.Drawing;

using Shrinerain.AutoTester.HTMLUtility;
using Shrinerain.AutoTester.Core;

namespace Shrinerain.AutoTester
{
    class Baidu
    {
        public static void Main()
        {
            string url = @"www.baidu.com";
        string title="百度一下,你就知道      ";
            HTMLTest test = new HTMLTest();
            //test.SendMsgOnly = true;

            test.Browser.Load(url);
        test.Browser.Find(title);
            //test.Map.TextBox().Input("測試");
        //test.Map.Button("百度一下").Click();
        //Console.ReadLine();         
        }
    }
}

Original comment by fly...@gmail.com on 3 Apr 2009 at 10:30

Attachments: