I tried the simple code that seems to work for everyone:
from PAM30 import PAMIE
ie = PAMIE()
ie.navigate("www.google.com")
ie.setTextBox("q", "Python")
ie.clickButton("Google Search")
ie.clickLink("Python Programming Language -- Official Website")
and I get the following on my IDE:
** findElement() did not find input-id;name;value-q
** getTextBox () did not find q
** setTextBox() did not find q-Python
** findElement() did not find input-id;name;value-Google Search
** getButton() did not find Google Search
** clickElement() was not passed a valid element
** findElement() did not find a-id;innerText-Python Programming Language -- Official Website
** getLink() did not find Python Programming Language -- Official Website
** clickElement() was not passed a valid element
I have tried this with Python 3.0 and 3.1 and I get the same result every time.
What am I doing wrong?
This post has been edited by FreezingDigits: 28 July 2009 - 08:46 PM

New Topic/Question
Reply




MultiQuote



|