I don't know how I'm going to explain this, but I'll give it my best
I'm trying to fill in multiple forms that come after eachother, all the forms get filled swiftly with no errors because I make sure to add
before doing anything on a new page, and I know I'm on the correct page.
On the last form, I encounter this error :
So I went to check on the browser by taking a screenshot and the browser is on the correct page with the correct form, I also checked the xpath values and even tried other attributes.. nothing seemed to work.
So I went ahead and printed out the PageSource which showed a totally different page (not the previous page), I also noticed the this page flashed for a second before the final form appeared..
I also tried
but that didn't work.. I kept searching and looking but nothing appeared. I also changed browsers, that did nothing..
This is the method im trying to execute:
Edit:
More Information:
Here's the form screenshot: Form Screenshot
Here's the result of executing the following lines:
Code:
Result: The form but in text
Code:
Result: A different page
Code:
Result: Same as the previous one.. different page..
I've been stuck for 10 hours on this, I really need a solution
