DMBrowser.KeywordAssert Method

定义

在 HTML 文档的 “innertext” 中搜索指定的字符串或字符串数组(默认超时为 50 秒)。

重载

关键字断言 关键字, 超时)

搜索指定的字符串。

public void KeywordAssert(string keyword, Timespan timeout = default(TimeSpan))

参数

 关键字  字符串

 超时  时间跨度

例子

tab1.KeywordAssert ("file downloaded")

关键字断言 (关键字)

搜索指定的大量字符串。

public void KeywordAssert(string[] keyword)

参数

 关键字  字符串 []