Hi all,
i am unable to attach on the results page of www.makemytrip.com.
Whenever I search for a particular flight and want to sort the
results, watir apparently gets hung on the results page...
Please let me know why this is so...
--~--~-~--~~~---~--~~
You receiv
Have you been to igoogle? Those information boxes are widgets.
The html is basically Div(:id,widget_blah), but when a page open they
use ajax to load the information on the widgets separately from the rest
of the page.
As for button_id is the a variable I use for a button button_id =
$ie.b
What's a widget? My search on Wikipedia turns up this:
http://en.wikipedia.org/wiki/Widget. I also have no clue as to what
button_id or object_id are - though I can take guess, but it's custom code.
Simplify and post some real live code for your stuff and the html for the
app.
Charley Baker
blog:
When I open a page that has widgets it hangs on assert(object.exists?)
I've tried.
Added a long wait to make sure the page is fully loaded. Which did
nothing.
I've minimized the page - "which worked"
When it's running, and it starts to hang, I open another browser/or
click different page ot t
Any one worked on DevEx Menu Items..?
I have Menu Items like "System" on top of my application in the
browser, when I click on it I will get three dropdown child menu
items. Does any one know how to work with them.
I am able to click on by using following code.
ie.span(:text, 'System').click
But
I am running Watir on Vista: Ruby Version: ruby 1.8.6 (2007-09-24
patchlevel 111) [i386-mswin32]
Watir Version: 1.6.2
Rgds,
Anu
On Thu, May 7, 2009 at 11:41 AM, Super Kevy
wrote:
>
> I did a search and the group threads says Watir runs on Vista.
> Just need a minor confirm and what version(s) o
I did a search and the group threads says Watir runs on Vista.
Just need a minor confirm and what version(s) of ruby and watir are
the minimums for the Vista OS
WATIR rocks!!!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Hi Anu,
Thanks for your suggestion. As u said i can navigate to the last row
in the used range of excel and print the data. My question is the used
range may start from any cell like Range(D5:H10). I would like to
determine the H10 (Where 10 is the last used row number) value in the
range.
any w
If I understood your question correctly, you are getting data from the excel
spreadsheet in a for loop and you can print the last row used using the
iteration value.
On Thu, May 7, 2009 at 3:27 AM, sHiVa wrote:
>
> Hi all,
>
> I need to find out the last used row number in my excel work sheet.
Hi all,
I need to find out the last used row number in my excel work sheet. I
am able to find out the number of rows in a used area using this code
snipped
worksheet = workbookObject.WorkSheets("Results Sheet")
worksheet.Select
usedArea=worksheet.usedRange
puts usedArea.Rows.Count
Please any o
10 matches
Mail list logo