python-appium Questions
3
Error:
HOOK-ERROR in before_scenario: TypeError: WebDriver.__init__() got an unexpected keyword argument 'desired_capabilities'
Hello, we currently cannot run our script together with the latest S...
Lattice asked 8/6, 2023 at 8:56
3
Solved
I need to update the creation time of a .mp4 file so that it will appear at the top of a list of media files sorted by creation date. I am able to easily update both the accessed and modified date ...
Almoner asked 6/5, 2019 at 16:7
1
Appium 1.5.0
Xcode 7.3
IOS 10.11.4 OSX EI Capitan
Using on:Simulator iOS 8.1
My XML
<?xml version="1.0" encoding="UTF-8"?>
<AppiumAUT>
<UIAApplication value="" dom="" enab...
Dugger asked 18/6, 2016 at 22:52
2
Solved
I am trying to double tap an element in IOS Simulator using appium but unable to do so.
Methods tried:
action.tap(x=xx, y=yy, count=1).release().perform()
2 times in a row,but it seems there i...
Hire asked 5/8, 2016 at 14:30
1
Solved
Does anybody know how to zoom an element in android via appium python client?
I am currently using
self.driver.zoom(self.element, percent) but this gives an error
self.driver.zoom(self.element, ...
Parallelize asked 25/7, 2016 at 10:18
1
© 2022 - 2024 — McMap. All rights reserved.