from appium.webdriver.common.mobileby import MobileBy class VideosLocators: ALL_VIDEOS_LB = (MobileBy.IOS_CLASS_CHAIN, "**/XCUIElementTypeStaticText[`label == \"All Videos\"`]") LATEST_UPLOADS_LB = (MobileBy.IOS_CLASS_CHAIN, "**/XCUIElementTypeStaticText[`label == \"Latest Uploads\"`]") VIDEOS_ALLTIME = (MobileBy.IOS_CLASS_CHAIN, "**/XCUIElementTypeStaticText[`label == \"ALLTIME\"`]")