File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
main/java/io/appium/java_client
test/java/io/appium/java_client Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package io .appium .java_client .remote ;
17
+ package io .appium .java_client .android ;
18
18
19
+ import io .appium .java_client .remote .MobileOptions ;
20
+ import io .appium .java_client .remote .MobilePlatform ;
19
21
import org .openqa .selenium .Capabilities ;
20
22
import org .openqa .selenium .remote .CapabilityType ;
21
23
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package io .appium .java_client .remote ;
17
+ package io .appium .java_client .ios ;
18
18
19
+ import io .appium .java_client .remote .MobileOptions ;
20
+ import io .appium .java_client .remote .MobilePlatform ;
19
21
import org .openqa .selenium .Capabilities ;
20
22
import org .openqa .selenium .remote .CapabilityType ;
21
23
Original file line number Diff line number Diff line change 16
16
17
17
package io .appium .java_client .android ;
18
18
19
- import io .appium .java_client .remote .AndroidMobileOptions ;
20
19
import io .appium .java_client .remote .AutomationName ;
21
20
import io .appium .java_client .remote .MobilePlatform ;
22
21
import org .junit .Test ;
Original file line number Diff line number Diff line change 17
17
package io .appium .java_client .ios ;
18
18
19
19
import io .appium .java_client .remote .AutomationName ;
20
- import io .appium .java_client .remote .IOSMobileOptions ;
21
20
import io .appium .java_client .remote .MobilePlatform ;
22
21
import org .junit .Test ;
23
22
import org .openqa .selenium .MutableCapabilities ;
You can’t perform that action at this time.
0 commit comments