org.openqa.selenium.android.library
Class AndroidAlert

java.lang.Object
  extended by org.openqa.selenium.android.library.AndroidAlert
All Implemented Interfaces:
org.openqa.selenium.Alert

public class AndroidAlert
extends Object
implements org.openqa.selenium.Alert

This class represents an Android alert.


Method Summary
 void accept()
           
 void authenticateUsing(org.openqa.selenium.security.Credentials credentials)
           
 void dismiss()
           
 String getText()
           
 void sendKeys(String keys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public void accept()
Specified by:
accept in interface org.openqa.selenium.Alert

dismiss

public void dismiss()
Specified by:
dismiss in interface org.openqa.selenium.Alert

getText

public String getText()
Specified by:
getText in interface org.openqa.selenium.Alert

authenticateUsing

public void authenticateUsing(org.openqa.selenium.security.Credentials credentials)
Specified by:
authenticateUsing in interface org.openqa.selenium.Alert

sendKeys

public void sendKeys(String keys)
Specified by:
sendKeys in interface org.openqa.selenium.Alert


Copyright © 2013. All Rights Reserved.