Hello,
Many thanks for your reply!
You're correct, that 'Your username and password are incorrect' is present in the page before the submit button is pushed so I edited that section out. Is there a simple way to verify it properly?
As suggested I added the snippet of code for the form & verified that the correct form was selected (by printing it to screen). It outputted:
Code:
<POST https://www.irishtimes.com/signin# application/x-www-form-urlencoded
<TextControl(email=)>
<PasswordControl(password=)>
<SubmitButtonControl(<None>=) (readonly)>>
However it's still failing. Almost all the articles after the first 5 or so have lots of stuff about signing in.
Do I need to handle importing text from the command line argument? I haven’t added anything in that regard. Anything else you can think of?
Thanks again for looking,
Leo