Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Administration = //*[@id="topMenuForm:headerMainNav"]/ul/li[4]/a[@title="Administration"]
  2. User Management = //div[@class="itemLabel" and text()="User Management"]
  3. search box = //input[@type="text" and @class="gwt-TextBox input search-icon"]
  4. user name = //td/div/div/table/tbody/tr/td/div[@tabindex="0"]
  5. deactivate button = //button[contains(.,'Deactivate Account')]
  6. textarea = //textarea[@class="gwt-TextArea textAreaThick input"]
  7. click deactoivate = //button[@type = "button" and @class = "gwt-Button" and text() = "Deactivate Account"]
  8. accept alert
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement