1

I'm accessing HTML on a web page and submitting some input into the form. I followed this page Submit data via web form and extract the results step by step and it works with the site he used on post 3. I'm using all the values are right.

The error I'm getting is this and don't know why it works with the other site and not the one intended.

Traceback (most recent call last):
ValueError: unknown GET form encoding type 'x-www-form-urlencoded'

1 Answer 1

1

Try this before you call submit() browser.form.enctype = ""

Sign up to request clarification or add additional context in comments.

2 Comments

thanks for the help now i'm getting this error ValueError: unknown GET form encoding type '
never mind I just had to put browser.form.enctype = "application/x-www-form-urlencoded" as a parameter thank u so much god bless you

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.