Guest User

Untitled

a guest
Jan 23rd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //Step 7 : Click Reports Option
  2. .then(function() {
  3. log(7, 'clickElement "Reports"');
  4. return $browser.waitForAndFindElement(By.xpath('//*[@id="sdizr2::icon"]'),DefaultTimeout); })
  5. .then(function (el) { el.click(); $browser.sleep(4000); })
Add Comment
Please, Sign In to add comment