Page method not implemented

Hi! New to Appium and this forum (and mobile automation…)

I have been trying to set up Appium on my Mac. I’m trying to just get the basics down using the iOS tutorial.

I’m at this step: http://appium.io/slate/en/tutorial/ios.html?ruby#page-command, but when I enter ‘page’, I get this:

[5] pry(main)> page
Selenium::WebDriver::Error::UnknownError: Method is not implemented
from /Users/mandyduvall/.rvm/gems/ruby-2.3.0/gems/selenium-webdriver-2.53.4/lib/selenium/webdriver/remote/response.rb:70:in `assert_ok’
[6] pry(main)>

I’m using 1.6 beta 3 with an iOS simulator, XCode8, and an appium.txt file of:
[caps]
platformName = “ios”
app = “./UICatalog-iphonesimulator.app”
deviceName = “iPhone 6 Plus”
platformVersion = “10.0”

I would really appreciate some assistance! Let me know if any additional information would be helpful.

I’ve same issue, did you ever figured out what was the issue.

Unfortunately not :frowning: Still hoping somebody here can help…

Please let me know if you figure it out. I’m just going to user source which gives me the name other information for now it works for me.

This is because the Ruby library for Appium is way way out of date. According to this report on GitHub, it’s going to stay that way for a long time: https://github.com/appium/ruby_console/issues/58

As gola said, you can use source to see the entire tree. It’s really not fun having to read it, but it’s something!