Package step.basic.web.selenium.pages
Class KeywordsPage.Keyword
- java.lang.Object
-
- step.basic.web.selenium.pages.KeywordsPage.Keyword
-
- Enclosing class:
- KeywordsPage
public class KeywordsPage.Keyword extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Keyword(KeywordsPage page, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copy()
void
delete(boolean validate)
KeywordEditorPage
edit()
java.lang.String
getName()
-
-
-
Constructor Detail
-
Keyword
public Keyword(KeywordsPage page, int id)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
delete
public void delete(boolean validate)
-
copy
public void copy()
-
edit
public KeywordEditorPage edit()
-
-