0

Im currently trying to input values to a page through mechanize , but there are two date fields like

    <td align="center"><script>DateInput('startDate', true, 'YYYY-MM-DD')</script> </td>

from the source "calendarDateInput.js"

How can i input my own values to this through mechanize?

Any help is appreciated. Thanks

6
  • Is this data posted in HTTP request or it's handled only by JavaScript? Commented Feb 10, 2014 at 13:14
  • it is handled only by Javascript Commented Feb 11, 2014 at 10:03
  • Then mechanize can't do this. Use selenium Commented Feb 11, 2014 at 17:36
  • okay thankyou. i will start using selenium Commented Feb 13, 2014 at 5:51
  • @ton1c : If the data is posted in HTTP request , how can i input my own values ? Commented Feb 18, 2014 at 13:10

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.