要素を見つけようとすると、以下のエラーが発生します。以下の私の検索方法。
public Element FindMenuItem(string menuItemName)
{
var menuItem = Element(Find.ByText(menuItemName));
var cells = ((ElementContainer<Element>)(menuItem)).TableCells;
return cells.Count > 0 ? cells.First() : menuItem;
}
エラー:
WatiN.Core.Exceptions.WatiNException:要素ファインダーが利用できないため、要素を見つけることができません。