Skip to content

Instantly share code, notes, and snippets.

View TheodoreR-cpu's full-sized avatar
🏠
Working from home

TheodoreR-cpu

🏠
Working from home
View GitHub Profile
import java.net.URL;
import java.net.MalformedURLException;
import org.openqa.selenium.remote.DesiredCapabilities;
import io.appium.java_client.ios.IOSDriver;
import io.appium.java_client.ios.IOSElement;
public class UseFindBy {
static IOSDriver<IOSElement> driver;
static FindBy findBy;