Advertisement
TikhomirovSergey

Untitled

Sep 3rd, 2013
1,093
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.87 KB | None | 0 0
  1. protected Page(SingleWindow browserWindow) throws ConcstructTestObjectException
  2. protected Page(SingleWindow browserWindow, Integer frameIndex) throws ConcstructTestObjectException
  3. protected Page(SingleWindow browserWindow, String pathToFrame) throws ConcstructTestObjectException
  4. protected Page(SingleWindow browserWindow, String pathToFrame, Long timeOutInSec) throws СoncstructTestObjectException
  5. protected Page(SingleWindow browserWindow, WebElement frameElement) throws ConcstructTestObjectException
  6.  
  7. protected Page(Page parent) throws ConcstructTestObjectException
  8. protected Page(SingleWindow browserWindow, Integer frameIndex) throws ConcstructTestObjectException
  9. protected Page(Page parent, String pathToFrame) throws ConcstructTestObjectException
  10. protected Page(Page parent, String pathToFrame, Long timeOutInSec)
  11. protected Page(Page parent, WebElement frameElement)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement