i was able to almost get the results i require but only half of the info is 
showing up. i.e suppose there are 20 coupons showing on the page but when i 
print them using the container they are in only 5 are printed on the screen.

Also figured out how to write to csv file , but even here only 1 row is being 
written , how do I iterate through all the info which is printed on the screen 
and export them to a csv ? im using 
writerows([object which contains the data])
on the screen only 5 rows are printed and in the csv only 1 row is exported.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to