Skip to content

Commit 21684c5

Browse files
committed
feat: add mac for only in automation name
1 parent fc7149c commit 21684c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/appium_lib_core/driver.rb

+3
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,9 @@ def extend_for(device:, automation_name:)
502502
when :youiengine
503503
# https://github.com/YOU-i-Labs/appium-youiengine-driver
504504
::Appium::Logger.debug('YouiEngine')
505+
when :mac
506+
# In this case also can be mac
507+
::Appium::Logger.debug('mac')
505508
else
506509
::Appium::Logger.warn("No matched driver by platformName: #{device} and automationName: #{automation_name}")
507510
end

0 commit comments

Comments
 (0)