Skip to content

Commit 08edb8c

Browse files
authored
add tizen (#797)
1 parent 15d656c commit 08edb8c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release tags are https://github.com/appium/ruby_lib/releases .
55

66
## Unreleased
77
### 1. Enhancements
8+
- Add Tizen
89

910
### 2. Bug fixes
1011

lib/appium_lib/driver.rb

+3
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ def extend_for(device:, automation_name:)
225225
when :windows
226226
# no windows specific extentions
227227
Appium::Logger.debug('windows')
228+
when :tizen
229+
# no tizen specific extentions
230+
Appium::Logger.debug('tizen')
228231
else
229232
Appium::Logger.warn('no device matched')
230233
end

0 commit comments

Comments
 (0)