Skip to content

Commit

Permalink
chore: patch AutomationName with Chromium (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroMiccoli authored Sep 1, 2023
1 parent 8af67b4 commit 85e6096
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public interface AutomationName {
String SAFARI = "Safari";
// https://github.com/appium/appium-geckodriver
String GECKO = "Gecko";
// https://github.com/appium/appium-chromium-driver
String CHROMIUM = "Chromium";

// Third-party drivers
// https://github.com/YOU-i-Labs/appium-youiengine-driver
Expand Down

0 comments on commit 85e6096

Please sign in to comment.