Method: Cukunity::Android::KeyboardInput.method
- Defined in:
- lib/cukunity/drivers/android/keyboard_input.rb
.method ⇒ Object
85 86 87 88 89 90 |
# File 'lib/cukunity/drivers/android/keyboard_input.rb', line 85 def self.method shell('dumpsys input_method').match(/\smCurId=(\S+)\s/) do |m| return m[1] end nil end |