Class RenderDeleted

  • All Implemented Interfaces:
    Renderer

    public class RenderDeleted
    extends RenderElement
    Render one element using selenium's expectedCondition. Just annotate your PageObject with {code}
    Author:
    Paul.Brodner
    • Constructor Summary

      Constructors 
      Constructor Description
      RenderDeleted()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doWork​(org.openqa.selenium.By locator, WebBrowser browser, long timeOutInSeconds)
      This will perform the actual action of rendering the element
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RenderDeleted

        public RenderDeleted()
    • Method Detail

      • doWork

        public void doWork​(org.openqa.selenium.By locator,
                           WebBrowser browser,
                           long timeOutInSeconds)
        Description copied from class: RenderElement
        This will perform the actual action of rendering the element
        Specified by:
        doWork in class RenderElement