Class: Sikuli::App
- Inherits:
-
Object
- Object
- Sikuli::App
- Defined in:
- lib/sikuli/app.rb
Instance Method Summary collapse
-
#focus ⇒ Object
Public: brings the App to focus.
-
#initialize(app_name) ⇒ App
constructor
Public: creates a new App instance.
-
#window ⇒ Object
Public: the Region instance representing the app’s window.
Constructor Details
Instance Method Details
#focus ⇒ Object
Public: brings the App to focus
Returns nothing
22 23 24 |
# File 'lib/sikuli/app.rb', line 22 def focus @java_obj.focus() end |