Skip to content

Commit c559326

Browse files
ajeeshvlKazuCocoa
authored andcommitted
Add apple tvOS platform constant (#1142)
* tvOS driver implementation * clean up * removed tvos driver
1 parent 0405fbb commit c559326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/appium/java_client/remote/MobilePlatform.java

+1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ public interface MobilePlatform {
2222
String IOS = "iOS";
2323
String FIREFOX_OS = "FirefoxOS";
2424
String WINDOWS = "Windows";
25+
String TVOS = "tvOS";
2526
}

0 commit comments

Comments
 (0)