WindowReference
public
final
class
WindowReference
extends Object
implements
JSONAble
java.lang.Object
|
↳ |
android.support.test.espresso.web.model.WindowReference
|
A reference to a javascript window/frame existing within a WebView.
This reference is only a pointer to data held within the javascript context
of a given WebView. It may no longer be valid the next time you attempt to
use it. For instance the page could be navigated away from. There is not much
you can use an WindowReference for in Java, it exists primarily to pass back
to a WebView for further action.
Summary
Inherited methods |
From
class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From
interface
android.support.test.espresso.web.model.JSONAble
|
Public methods
equals
boolean equals (Object other)
toJSONString
String toJSONString ()
toString
String toString ()