Thank you for the response metulburr!
It's really not possible to view the full code because it contains username/password info.
I posted about everything I know to post as far as what is included on the webpage itself, but I would be glad to provide more information if needed.
The page performs as expected when I navigate to the site and click the button manually OR when I have selenium navigate to the page and I click the button manually.
I get the error message whenever I use any programmatic method of clicking the button in question.
No, I haven't tried passing cookies before hand. I am reviewing your code now to see if I can make sense of it.
Thanks again for your response.
It's really not possible to view the full code because it contains username/password info.
I posted about everything I know to post as far as what is included on the webpage itself, but I would be glad to provide more information if needed.
Quote:When I do the exact same thing manually
Is this manually in the selenium browser or your own?
The page performs as expected when I navigate to the site and click the button manually OR when I have selenium navigate to the page and I click the button manually.
I get the error message whenever I use any programmatic method of clicking the button in question.
Quote:Are you passing any cookies beforehand?
No, I haven't tried passing cookies before hand. I am reviewing your code now to see if I can make sense of it.
Thanks again for your response.