1
0
Fork 0
fenix/app/src/androidTest/java/org/mozilla/fenix/ui/robots/TabsRobot.kt

24 lines
611 B
Kotlin

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
@file:Suppress("TooManyFunctions")
package org.mozilla.fenix.ui.robots
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.uiautomator.UiDevice
class TabsRobot {
// Tabs functions here
class Transition {
private val mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation())
// Transition functions here
}
}
// Locaters here