Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
html 要素はで あり、要素上でマウスを動かすpとその属性が表示されます。watirstyle="display:none;"のテキストを取得するにはどうすればよいですか? pありがとうございました!
p
style="display:none;"
試す:
@browser.p(:style, 'display:none;').fire_event 'mouseover @browser.p(:style, 'display:none;').click #change to visible element you want to click
fire_event 'mouseover' は、マウスが要素の上にあるように動作します