EnableJavascriptAction


public class EnableJavascriptAction implements ViewAction


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

Public constructors

Public methods

Matcher<View>

A mechanism for ViewActions to specify what type of views they can operate on.

String

Returns a description of the view action.

void
perform(UiController uiController, View view)

Performs this action on the given view.

Public constructors

EnableJavascriptAction

public EnableJavascriptAction()

Public methods

getConstraints

public Matcher<ViewgetConstraints()

A mechanism for ViewActions to specify what type of views they can operate on.

A ViewAction can demand that the view passed to perform meets certain constraints. For example it may want to ensure the view is already in the viewable physical screen of the device or is of a certain type.

Returns
Matcher<View>

a Matcher that will be tested prior to calling perform.

getDescription

public String getDescription()

Returns a description of the view action. The description should not be overly long and should fit nicely in a sentence like: "performing %description% action on view with id ..."

perform

public void perform(UiController uiController, View view)

Performs this action on the given view.

Parameters
UiController uiController

the controller to use to interact with the UI.

View view

the view to act upon. never null.

The developer center about creating games for Android. Learn how to develop, optimize, and publish your Android game using the latest tools and SDKs.

Updated Aug 15, 2023

In this codelab, you’ll add the Play Integrity API to a sample application. You’ll use the Play Integrity API to request an integrity verdict that helps you make determinations about the license status and integrity of your app, and the integrity status of the device it is running on.

Updated Sep 21, 2023

Discover the latest app development tools, platform updates, training, and documentation for developers across every Android device.

Updated Dec 18, 2024