Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 0588656

Browse files
authored
Merge pull request #258 from caofengbin/feature/add_android_touch_mode
feat:Android端增加第三种触控模式,基于uiautomator2,前端UI
2 parents 2bbc59e + a1b5326 commit 0588656

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/StepUpdate.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,7 @@ onMounted(() => {
12901290
<el-select v-model="step.content" placeholder="请选择触控模式">
12911291
<el-option value="SONIC_APK"></el-option>
12921292
<el-option value="ADB"></el-option>
1293+
<el-option value="APPIUM_UIAUTOMATOR2_SERVER"></el-option>
12931294
</el-select>
12941295
</el-form-item>
12951296
</div>

0 commit comments

Comments
 (0)