Text method is not implemented for appium_capybara if use simulator

I haveCapybara::Node::Element.
When I print to console methods of this element I see :text.
But if I call it on element I receive error: “Method is not implemented (Selenium::WebDriver::Error::UnknownError)”.
I use Capybara.default_driver = :appium. Why I think it is Appium issue is because when I use just Capybara.default_driver = :selenium I don’t see this issue