We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7149c commit 21684c5Copy full SHA for 21684c5
lib/appium_lib_core/driver.rb
@@ -502,6 +502,9 @@ def extend_for(device:, automation_name:)
502
when :youiengine
503
# https://github.com/YOU-i-Labs/appium-youiengine-driver
504
::Appium::Logger.debug('YouiEngine')
505
+ when :mac
506
+ # In this case also can be mac
507
+ ::Appium::Logger.debug('mac')
508
else
509
::Appium::Logger.warn("No matched driver by platformName: #{device} and automationName: #{automation_name}")
510
end
0 commit comments