Skip to content

Commit

Permalink
fix deviceType scheme (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 authored Nov 30, 2022
1 parent 2370858 commit 9707740
Show file tree
Hide file tree
Showing 5 changed files with 20,290 additions and 7,576 deletions.
5 changes: 4 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ echo 'Plugin List'
./node_modules/.bin/appium plugin list

echo 'Installing UIAutomator2 driver'
./node_modules/.bin/appium driver install uiautomator2
./node_modules/.bin/appium driver install uiautomator2

echo 'Installing XCUIDriver driver'
./node_modules/.bin/appium driver install xcuitest
Loading

0 comments on commit 9707740

Please sign in to comment.