Annotation Type Location


@Retention(RUNTIME) @Target(TYPE) public @interface Location
Specifies location of the annotated Page Object, relative to the URL of an Arquillian deployment. This annotation can be used to navigate browser to given URL either by: By default, it navigates to HTTP location, you can override this by specifying particular location by Scheme annotation parameter.
Author:
Lukas Fryc, Stefan Miklosovic
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • scheme

      Class<?> scheme
      Default:
      org.jboss.arquillian.graphene.spi.location.Scheme.HTTP.class