org.openqa.selenium.html5
Interface BrowserConnection

All Known Implementing Classes:
AndroidDriver

public interface BrowserConnection

Represents the connection state of the application.


Method Summary
 boolean isOnline()
           
 void setOnline(boolean online)
          Changes the application online state.
 

Method Detail

isOnline

boolean isOnline()
Returns:
true if the application is online, false otherwise

setOnline

void setOnline(boolean online)
               throws WebDriverException
Changes the application online state.

Parameters:
online - A boolean representing the state
Throws:
WebDriverException


Copyright © 2011. All Rights Reserved.