#!/usr/bin/env python # -*- coding: utf-8 -*- import os import unittest from appium import webdriver import time # Returns abs path relative to this file and not cwd PATH = lambda p: os.path.abspath( os.path.join(os.path.dirname(__file__), p) ) class