class Capybara::Selenium::EdgeNode

def native_displayed?

def native_displayed?
  (driver.options[:native_displayed] != false) &&
    # chromedriver_supports_displayed_endpoint? &&
    (!ENV['DISABLE_CAPYBARA_SELENIUM_OPTIMIZATIONS'])
end