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.
その結果、Capybara::ElementのインスタンスとSelenium::WebDriver::Elementのメソッドを現在の要素に従って使用することはできません。私が間違ったことは何ですか?
get要素をドライバーから直接使用#nativeして、次のようにそのメソッドを実行できます。
#native
your_element.native.desired_method(args)