Skip to main content

GetSimCard

Description

Use this command to get the assigned sim card name of the client's device after connecting to a device on the Continuous Testing Cloud using the SeeTest client.

info

This command is only applicable to Continuous Testing Cloud, Enterprise edition.

Usage

info

Replace <server> with the appropriate URL.

Example

GetSimCard

DesiredCapabilities dc = new DesiredCapabilities();
driver = new AndroidDriver(new URL("<server>"), dc);
seetest = new SeeTestClient(driver);
dc.setCapability(MobileCapabilityType.UDID, "<deviceid>");

...
...
String str0 = seetest.getSimCard();