6 sendValueToTest(navigator
.connection
.type
);
9 function getDownlinkMax() {
10 sendValueToTest(navigator
.connection
.downlinkMax
.toString());
13 function getOnLine() {
14 sendValueToTest(navigator
.onLine
);
17 function sendValueToTest(value
) {
18 window
.domAutomationController
.setAutomationId(0);
19 window
.domAutomationController
.send(value
);