org.openqa.selenium.android.library
Class AndroidAlert

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

public class AndroidAlert
extends java.lang.Object
implements Alert

This class represents an Android alert.


Method Summary
 void accept()
           
 void authenticateUsing(Credentials credentials)
           
 void dismiss()
           
 java.lang.String getText()
           
 void sendKeys(java.lang.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 Alert

dismiss

public void dismiss()
Specified by:
dismiss in interface Alert

getText

public java.lang.String getText()
Specified by:
getText in interface Alert

authenticateUsing

public void authenticateUsing(Credentials credentials)
Specified by:
authenticateUsing in interface Alert

sendKeys

public void sendKeys(java.lang.String keys)
Specified by:
sendKeys in interface Alert


Copyright © 2012. All Rights Reserved.