Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function getBrowserName() {
  2.     return browser.getCapabilities()
  3.         .then(function (cap) {
  4.             return cap.caps_.browserName;
  5.         });
  6. }
  7.  
  8. function getBrowserName() {
  9.     return browser.getCapabilities()
  10.             .then(function (cap) {
  11.                 return cap.caps_.browserName;
  12.             });
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement