Subversion Repositories SmartDukaan

Rev

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

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