Subversion Repositories SmartDukaan

Rev

Rev 14893 | Rev 15449 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14893 Rev 15223
Line 83... Line 83...
83
    br = getBrowserObject()
83
    br = getBrowserObject()
84
    br.open(url)
84
    br.open(url)
85
    response = br.open(url)
85
    response = br.open(url)
86
    br.select_form(nr=0)
86
    br.select_form(nr=0)
87
    br.form['username'] = "saholic-snapdeal@saholic.com"
87
    br.form['username'] = "saholic-snapdeal@saholic.com"
88
    br.form['password'] = "snapsaholic"
88
    br.form['password'] = "saholic15"
89
    print "Trying to login"
89
    print "Trying to login"
90
    response = br.submit()
90
    response = br.submit()
91
    return br
91
    return br
92
 
92
 
93
def populateStuff(br):
93
def populateStuff(br):