We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acef11c commit 4e65bdaCopy full SHA for 4e65bda
lib/appium_lib_core/driver.rb
@@ -383,8 +383,11 @@ def extend_for(device:, automation_name:)
383
# no windows specific extentions
384
Appium::Logger.debug('windows')
385
when :tizen
386
- # no tizen specific extentions
+ # https://github.com/Samsung/appium-tizen-driver
387
Appium::Logger.debug('tizen')
388
+ when :youiengine
389
+ # https://github.com/YOU-i-Labs/appium-youiengine-driver
390
+ Appium::Logger.debug('YouiEngine')
391
else
392
Appium::Logger.warn('no device matched')
393
end
0 commit comments