Class Overview
Forcibly enables Javascript on a WebView.
This has side-effects callers should be aware of:
- On Jellybean and below - the WebView will be reloaded.
- Javascript will be enabled for the rest of the view's lifetime
Summary
|
[Expand]
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
androidx.test.espresso.ViewAction
|
abstract
Matcher<View>
|
getConstraints()
|
|
abstract
String
|
getDescription()
|
|
abstract
void
|
perform(UiController arg0, View arg1)
|
|
Public Constructors
public
EnableJavascriptAction
()
Public Methods
public
Matcher<View>
getConstraints
()
public
String
getDescription
()
public
void
perform
(UiController controller, View view)
| Parameters |
controller |
UiController |
view |
View |