摘要: var uri = new Uri("http://www.aa.com"); //often cookies are stored on domain level, so ".google.com", not "www.google.com" (leading dot is important) string host = uri.Host.Re... 阅读全文
posted @ 2018-03-14 12:00 IWing 阅读(591) 评论(0) 推荐(0) 编辑
摘要: 引用nuget包: 注意:Geckofx45 nuget包必须是最后引用,否则初始化会出错 编写JsRunner 编写单元测试基类 编写测试代码 阅读全文
posted @ 2018-03-14 09:58 IWing 阅读(353) 评论(0) 推荐(0) 编辑