Exemple #1
0
        //public static IWebDriver StartBrowser(string url, int whatBrowser) { }
        /// <summary>
        /// starts the web browser for the first time
        /// </summary>
        /// <param name="url">the url where it points to</param>
        /// <returns></returns>
        public static IWebDriver StartBrowser(string url)
        {
            IWebDriver  rs;
            BBotUtility runMe = new BBotUtility();

            rs = runMe.StartFF(url);
            return(rs);
        }
Exemple #2
0
 //public static IWebDriver StartBrowser(string url, int whatBrowser) { }
 /// <summary>
 /// starts the web browser for the first time
 /// </summary>
 /// <param name="url">the url where it points to</param>
 /// <returns></returns>
 public static IWebDriver StartBrowser(string url)
 {
     IWebDriver rs;
     BBotUtility runMe = new BBotUtility();
        rs = runMe.StartFF(url);
        return rs;
 }