

When I resume the program the driver methods work. When the break point hits I get the 10 second timeout trying commands before or after the breakpoint. require 'appium_lib'ĪndroidPackage: '',ĪppActivity: '.SplashActivity',Īppium = Appium::Driver.new(caps: capabilities)ĭriver.find_element(:name, 'welcome_travelerButtonTitle').clickĭriver.find_element(:name, 'shared_search').clickĭriver.find_element(:name, 'shared_favorites').click I’m thinking this doesn’t have anything to do with the set_wait, it was 30 but I changed it to 0, the timeout I’m getting is 10 seconds and I even tried to set it in the minimal program using my app. "/Users/blavelle/.rvm/gems/ruby-2.0.0-p451/gems/rspec-core-3.1.7/lib/rspec/core/memoized_helpers.rb:141:in `block in isolate_for_context_hook'" "/Users/blavelle/.rvm/gems/ruby-2.0.0-p451/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:426:in `block in run_before_context_hooks'" "/Users/blavelle/git/HAMobile-Test/spec/client/calendar_spec.rb:6:in `block (2 levels) in '" "/Users/blavelle/git/HAMobile-Test/spec/client/calendar_spec.rb:6:in `new'" "/Users/blavelle/git/HAMobile-Test/lib/mobile/navigation.rb:8:in `initialize'" "/Users/blavelle/git/HAMobile-Test/lib/mobile/navigation.rb:8:in `new'" "/Users/blavelle/git/HAMobile-Test/lib/hamvc/view.rb:8:in `initialize'" "/Users/blavelle/git/HAMobile-Test/lib/hamvc/configuration.rb:141:in `new_driver'" Stacktrace using Appium 1.3.4: "/Users/blavelle/.rvm/gems/ruby-2.0.0-p451/gems/selenium-webdriver-2.44.0/lib/selenium/webdriver/common/element.rb:54:in `click'" To appium = Appium::Driver.new(caps: capabilities) Is there something I’m missing? I was able to do this before I converted from driver = Selenium::WebDriver.for(:remote, :desired_capabilities => capabilities, :url => server_url) But if I continue the same methods on the appium driver work. I’ve noticed that when I try to run commands during a breakpoint from the Evaluate popup it times out. Do other people use Appium/Android from Rubymine.
