Tag: <span>Javascript</span>

Selenium with Sikuli Integration and Optional Logging

12/06/2011
Posted by
0

When working with Selenium, sometimes you will find yourself stuck trying to access a particular element of the page and unable to script any further (this can often be a problem when working with a page that has iframes or links that trigger JavaScript events). A fix for this is to call Sikuli from within…

Read more

When is a linked select list really ready? Watir::Wait

07/11/2011
Posted by
0

Population of select lists are often linked to the values of other entries on a page. Here is an example where the first field (text field) entry is used to do a search which populates the second field (select list) on hitting ‘Enter’. Selection of an option from that list populates the third field (also…

Read more

Handling Ajax drop down within a table…

06/09/2011
Posted by
0

I have been working on Ruby and Watir technologies for a while now. While enjoying the versatility of Watir (as evident from Željko Filipin’s Watir solution for playing pacman, http://zeljkofilipin.com/2010/05/29/play-google-pacman-with-watir/) – I realized that there are certain scenarios in which we do not have direct method for accomplishing a task. For example, when we have…

Read more