Sha256: 2e17b8b163d1eb4ca60f831a8793a620c5ea00ae157eab0d6152bc53b1bcd89b
Contents?: true
Size: 578 Bytes
Versions: 9
Compression:
Stored size: 578 Bytes
Contents
// // // Created by XCFit Framework // Copyright © 2016 XCFit Framework. All rights reserved. // /* This is sample code created by XCFit Framework and can be edited/Removed as needed. This assumes that your apps is made up of multiple screens. You can write individual screen class which extend BaseScreen. All the functionality related to screen can be included in this class. */ import Foundation import XCTest class HomeScreen: BaseScreen { // You can add locators and functions of homeScreen here let homeButtuon = XCUIApplication().buttons["Home"] }
Version data entries
9 entries across 8 versions & 1 rubygems