Package org.jboss.arquillian.graphene.javascript


package org.jboss.arquillian.graphene.javascript
  • Class
    Description
    Links to JavaScript interface dependencies which needs to be loaded before interface's method can be invoked.
    Invokes JavaScript interface calls on a page under test.
    Marks scripts which needs to be installed before they can be used.
    Interfaces or abstract classes annotated with this interface invokes a script on a page under test.
     
    Represents a call of the method on JavaScript interface.
    Represents the JavaScript interface instance
    Represents a method on JavaScript interface
    Allows to specify the name of a method as represented in JavaScript - serves in cases where the name of a method can't be simply converted and needs to be defined explicitly or in cases where you want to name the method in Java differently than in JavaScript.