Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.63 KB | None | 0 0
  1. irb(main):103:0> aw = TDriver.sut( :Id => 'sut_qt_s60' ).application( :name => 'qjourneys' , :__index=>1).ApplicationWindow( :name => 'rootWindow' )
  2. MobyBase::TestObjectNotFoundError: The application (id: 1139, name: "qjourneys") has no child object with type or behaviour method with name "ApplicationWindow" (attributes :name=>"rootWindow") on :sut_qt_s60
  3.         from /usr/lib/ruby/gems/1.8/gems/testability-driver-1.3.0.20110712142156/lib/tdriver/base/test_object/behaviours/test_object.rb:638:in `__wrappee_514__method_missing'
  4.        from (eval):14:in `__send__'
  5.        from (eval):14:in `method_missing'
  6.         from (irb):103
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement