Dattatray Chavan
Dattatray Chavan

Reputation: 21

can we check internet connectivity of connected device with appium java

I am new to appium and started writing some basic scripts with java. I need a code which will check the device internet connectivity on which test going to perform.

This will be basic test before starting the actual test. Please help.

Thanks in advance.

Upvotes: 2

Views: 2523

Answers (1)

Eugene
Eugene

Reputation: 1895

I am not sure that you can verify the device internet connectivity directly from appium. However you can prepare small apk (I assume you use the Android device) that will verify that , see details here. Or you may launch some browser (like Chrome) on the device and verify that the online page is received.

Upvotes: 1

Related Questions