| android.support.test.espresso.web.model.Atom<R> | 
|  Known Indirect Subclasses 
              SimpleAtom,
              TransformingAtom<I, O>
       | 
An Atom is a thin wrapper around javascript. The wrapped script can return a value or be a statement. The Atom can supply positional arguments to pass to the wrapped script. The Atom knows how to transform the result of the evaluation of the script into a higher level object.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          Creates a list of arguments to pass to the script.
         | |||||||||||
| 
          Provides the script to be evaluated.
         | |||||||||||
| 
          Converts an Evaluation into another more suitable type.
         | |||||||||||
Creates a list of arguments to pass to the script.
| elementContext | null unless an ElementReference has been supplied to execute this atom with. | 
|---|
Provides the script to be evaluated.
Converts an Evaluation into another more suitable type.