Example #1
0
        public void AddNotExistingProduct()
        {
            IDriver driver = new Driver(new Uri(G.SeleniumHubUrl), options.ToCapabilities());

            _orderD.AddProduct(driver, "1234");
        }