Skip to content

Commit 4e65bda

Browse files
committed
add youiengine to leave a log in create session
1 parent acef11c commit 4e65bda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/appium_lib_core/driver.rb

+4-1
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,11 @@ def extend_for(device:, automation_name:)
383383
# no windows specific extentions
384384
Appium::Logger.debug('windows')
385385
when :tizen
386-
# no tizen specific extentions
386+
# https://github.com/Samsung/appium-tizen-driver
387387
Appium::Logger.debug('tizen')
388+
when :youiengine
389+
# https://github.com/YOU-i-Labs/appium-youiengine-driver
390+
Appium::Logger.debug('YouiEngine')
388391
else
389392
Appium::Logger.warn('no device matched')
390393
end

0 commit comments

Comments
 (0)