This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import base64 | |
import os | |
import time | |
from appium import webdriver | |
from appium.webdriver.common.touch_action import TouchAction | |
""" | |
Desired Capabilities | |
""" | |
# TODO provide the desired cap as per your requirement |