while using cookies in Xunit Selenium C# Got System.NullReferenceException : Object reference not set to an instance of an object Error

前端 未结 0 1529
感情败类
感情败类 2021-01-21 07:52
    [Theory]
    [InlineData(BrowserType.Chrome)]
    [InlineData(BrowserType.Firefox)]
    public void GetCookies(BrowserType browserType)
    {
        using (var driv         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题