I find the page - the object of the website,But I couldn‘t find method of strong element..Who can tell me whether there is a strong method..or whether can use with watir-wevdriver method: for example:
link :note_new do |page|
page.note_list_element.strong(:index,0).link_element(:index, 0)
end
thank you very much!