Class IFrame

java.lang.Object
net.serenitybdd.screenplay.targets.IFrame

public class IFrame
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.util.List<org.openqa.selenium.By> locators  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  
    static IFrame withPath​(org.openqa.selenium.By... locators)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • locators

      public final java.util.List<org.openqa.selenium.By> locators
  • Method Details

    • withPath

      public static IFrame withPath​(org.openqa.selenium.By... locators)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object