jeanphix/Ghost.py

how do i execute submit function?thanks

Closed this issue · 1 comments

id="ctl00_plhMain_lnkSchApp" class="purplelink" href="javascript:__doPostBack('ctl00$plhMain$lnkSchApp','')" style="color:Purple;">submit

how do i execute submit function?this is my code:
session.click('#ctl00_plhMain_lnkSchApp')
session.wait_for_page_loaded(60)
print session.content
it print the same page content before execute submit function
somebody can help?thanks

Hi,I have also miss the same problem, have you solve it?
Could you tell me how to do ?
Thank you.