once again i am stuck.
i have to webbrowser that i navigate to a site useing webbrowser.navigate("siteurl")
after i save some values and other stuff i change the page by focusing on a button then using
sendkeys.sendwait((chr(13)) (the enter button)
the page then changes (i know it changes because i wrote a basic version just to see if the page was changing)
i then run through and grab some more values
however when i use the webbrowser.documnet.getelementbyid() it runs values from the orignal page i open with .navigate. It does not seem to be updating the webbrowser.documnet. Is there a way i have to update the webbrowser for the new site or is something else going wrong
i have to webbrowser that i navigate to a site useing webbrowser.navigate("siteurl")
after i save some values and other stuff i change the page by focusing on a button then using
sendkeys.sendwait((chr(13)) (the enter button)
the page then changes (i know it changes because i wrote a basic version just to see if the page was changing)
i then run through and grab some more values
however when i use the webbrowser.documnet.getelementbyid() it runs values from the orignal page i open with .navigate. It does not seem to be updating the webbrowser.documnet. Is there a way i have to update the webbrowser for the new site or is something else going wrong