I am working with pythons splinter browser library, opening a page and passing data for that page to process in the GET string. I have a need to submit a POST payload because the length of the variables in my GET string is at times exceeding the max GET string length.
I have searched around extensively but can not find a syntax example or anything saying there is a way to send POST data without clicking submit on a form.
Any help would be much appreciated.
Thanks