Method: Osaka::RemoteControl#focus!
- Defined in:
- lib/osaka/remotecontrol.rb
#focus! ⇒ Object
179 180 181 |
# File 'lib/osaka/remotecontrol.rb', line 179 def focus! system_event!("set value of attribute \"AXMain\" of #{base_location.top_level_element} to true") unless base_location.top_level_element.to_s.empty? end |