Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. describe('angularjs homepage', function() {
  2. it('should greet the named user', function() {
  3. // Load the AngularJS homepage.
  4. browser.get('http://www.angularjs.org');
  5.  
  6. element(by.model('yourName')).sendKeys('testUser');
  7.  
  8. });
  9. });
  10.  
  11. webdriver.base.url="http://someurl"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement