I am a newbie to the python world. I am trying my hands at one task:
I am trying to access a website, say, "http://xyz.com" and then trying to maniulate the gui elememts already present on the page.
I am able to open the site using:
webbrowser.open ("http://xyz.com")
But now, i have to enter some text in a text box and click on the button, which i am unaware how to do using python. Can anyone guide me through?
TIA,
rdps
I am trying to access a website, say, "http://xyz.com" and then trying to maniulate the gui elememts already present on the page.
I am able to open the site using:
webbrowser.open ("http://xyz.com")
But now, i have to enter some text in a text box and click on the button, which i am unaware how to do using python. Can anyone guide me through?
TIA,
rdps
Comment