Skip to content

Commit

Permalink
Merge pull request #258 from caofengbin/feature/add_android_touch_mode
Browse files Browse the repository at this point in the history
feat:Android端增加第三种触控模式,基于uiautomator2,前端UI
  • Loading branch information
ZhouYixun authored Jun 19, 2023
2 parents 2bbc59e + a1b5326 commit 0588656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/StepUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,7 @@ onMounted(() => {
<el-select v-model="step.content" placeholder="请选择触控模式">
<el-option value="SONIC_APK"></el-option>
<el-option value="ADB"></el-option>
<el-option value="APPIUM_UIAUTOMATOR2_SERVER"></el-option>
</el-select>
</el-form-item>
</div>
Expand Down

0 comments on commit 0588656

Please sign in to comment.