User Profile & Activity

richie Member
Posted: September 21, 2011 4:15 AM
Thanks for the reply, please have a root round if you think it is worth your time.

I found at least some of the solution, WebGrid doesn't seem to 'see' selenium's standard:

selenium.DoubleClick("reference_to_row");

but:

selenium.DoubleClickAt("reference_to_row", "0,0");

works OK and doesn't seem like too much of an inconvenience.

If you want to use the scrollbar to move around the grid then you need to give focus to a row and then send literal keypresses. E.g. to page down:

selenium.Focus("reference_to_row");
selenium.KeyPressNative("35");

It is not as neat as one would like, but it at least gives me way forward until something better crops up.
All times are GMT -5. The time now is 7:24 AM.
Previous Next