メソッドを表示します。
定義
指定された xpathes を持つ要素を確認します。 xpathes の可変数を受け入れます。
public bool IsElementPresented(params string[] xpathes)
パラメーター
文字列 []収益
ブール
例
指定された xpathes を持つ TextField 要素をチェックします。
tab0.IsElementPresented(("//INPUT[@ID=\"4\"]", "//LABEL[normalize-space()=\"Phone number *\"]/../../preceding-sibling::DIV[2]//INPUT[@TYPE=\"text\"]", "//LABEL[normalize-space()=\"Email address *\"]/../../preceding-sibling::DIV[3]//INPUT[@TYPE=\"text\"]"))