Open nakamura41 opened 8 years ago
I get this result while running test_sample.py for https://www.meed.com/sign-in/:
[ "http://www.meed.com/sign-in/", [ [ [ "referrer", "" ], [ "security_text", "USER" ], [ "repostcheck", "I77" ], [ "formID", "ID7797" ], [ "submitcheck", "submitform" ], [ "passWord", "PASS" ], [ "remember_pword", "on" ] ], "http://www.meed.com/sign-in", "POST" ] ]
Whereas the correct result should be:
[ "http://www.meed.com/sign-in/", [ [ [ "referrer", "" ], [ "repostcheck", "I22" ], [ "formID", "ID2186" ], [ "submitcheck", "submitform" ], [ "email", "USER" ], [ "passWord", "PASS" ], [ "remember_pword", "on" ] ], "http://www.meed.com/sign-in", "POST" ] ]
I get this result while running test_sample.py for https://www.meed.com/sign-in/:
Whereas the correct result should be: