Esempio n. 1
0
        public void Verify_get_spaces_list()
        {
            GCDriver.Initialize();
            Site tsite = new Site();

            tsite.GoTo("http://ræva.no:8090");
            tsite.LogIn("frank", "vriceI29!");
            tsite.GoTo("http://ræva.no:8090/rest/api/space");

            GCDriver.Close();
        }
Esempio n. 2
0
 public void Close()
 {
     GCDriver.Close();
 }
Esempio n. 3
0
 public void WaitForSeconds(int seconds)
 {
     GCDriver.Wait(TimeSpan.FromSeconds(seconds));
 }