idle

How to Login gmail and find the online status who are AVAILABLE, IDLE and INVISIBLE and print in console?

package TechLearndotin;
import java.io.IOException;
import java.util.List;
import java.util.NoSuchElementException;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
public class GmailOnlinePeople {
static WebDriver driver;
public static void main(String[] args) throws IOException{

Subscribe to RSS - idle