As a result I have the instance of Capybara::Element and methods from Selenium::WebDriver::Element cant be used according to the present element. What I have done wrong?
As a result I have the instance of Capybara::Element and methods from Selenium::WebDriver::Element cant
Share
You can use
#nativethe get the element directly from the driver and execute its methods on it like so: