Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging spazzing out #147

Closed
bootstraponline opened this issue Apr 18, 2014 · 2 comments
Closed

Logging spazzing out #147

bootstraponline opened this issue Apr 18, 2014 · 2 comments
Labels

Comments

@bootstraponline
Copy link
Member

/cc @DylanLacey

> Appium::Driver.new(opts).start_driver
delete 
Debug is: true
{
    :caps => {
        :platformName => "ios",
                 :app => "/Users/user/ruby_lib/ios_tests/UICatalog.app"
    }
}
Device is: ios
Selenium::WebDriver has now implemented the `shake` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `launch` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `closeApp` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `reset` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `current_activity` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `current_context` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `app_strings` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `available_contexts` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `lock` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `install` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `remove` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `is_installed?` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `background_app` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `current_context=` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `hide_keyboard` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
Selenium::WebDriver has now implemented the `complex_find` method. It may no longer function as expected Raise an issue at http://www.github.com/appium/ruby_lib if so.
post /session
@bootstraponline
Copy link
Member Author

@DylanLacey The problem with this code is that selenium will have these methods as a result of driver.rb. Creating a new driver will trigger driver.rb and then it sees all the methods are defined.

       # Don't clobber methods that are moved into Selenium
        if selenium_has method
          log_reimplemented_warning(method, path)

@bootstraponline
Copy link
Member Author

I think that resolves the problem without impacting method availability. Won't know for sure until there are some tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant