Scripting
|
03-06-2013, 01:39 AM
Post: #1
|
|||
|
|||
Scripting
Hello,
I am trying to find the metrics for a game page in games.yahoo.com for a signed-in user. The test does not return any results. it would be of great help if you assist me in doing this Steps: 1.Go to http://games.yahoo.com/game/vegas-world-...EAyCLUwOZ_ 2.Click on "Play" button 3.Enter login credentials and signin Page will navigate to http://games.yahoo.com/game/vegas-world-..._(signedin view). Script written by me for above: logData 0 // put any urls you want to navigate logData 0 navigate http://games.yahoo.com/game/vegas-world-...EAyCLUwOZ_ clickAndWait innerText=play setValue id=username karen.test45 setValue id=passwd testing submitForm localName=button logData 1 // this step will get recorded navigate http://games.yahoo.com/game/vegas-world-...EAyCLUwOZ_ |
|||
09-10-2013, 09:23 PM
Post: #2
|
|||
|
|||
RE: Scripting
i would suggest you to put sleep for 10seconds after you submitForm
logData 0 navigate http://games.yahoo.com/game/vegas-world-...EAyCLUwOZ_ clickAndWait innerText=play setValue id=username karen.test45 setValue id=passwd testing submitForm localName=button Sleep 10 logData 1 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)