Package com.vaadin.browserless.locator


package com.vaadin.browserless.locator
  • Class
    Description
    Mixin offering typed locator entry points for commercial Vaadin components (Charts, etc.).
    Generated mixin: per registered ComponentTester it exposes a typed find<Component>() entry that opens a fresh query, and a companion use(<Component> component) entry that seeds a locator with a direct reference to an already-resolved component.
    Generated mixin: per registered ComponentTester it exposes a typed find<Component>() entry that opens a fresh query, and a companion use(<Component> component) entry that seeds a locator with a direct reference to an already-resolved component.
    Locator<C extends Component,SELF extends Locator<C,SELF>>
    Prototype base class for the get* tester API.
    Mixin offering typed entry points for the find* tester API.