On Tue, Nov 16, 2010 at 3:32 PM, Danijel <[email protected]> wrote:
>
onchange="ClientToolbarctl00_ContentMain_ReportViewer1_ctl01.OnZoomChanged(event.srcElement.value);">

This could help:

http://stackoverflow.com/questions/3787555/how-to-find-out-which-javascript-events-fired

This could do the trick:

$ie.select_list(:id,
"ctl00_ContentMain_ReportViewer1_ctl01_ctl05_ctl00").set(zoom)
$ie.select_list(:id,
"ctl00_ContentMain_ReportViewer1_ctl01_ctl05_ctl00").fire_event("onchange")

Željko
--
watir.com - community manager
watirpodcast.com - host
testingpodcast.com - audio podcasts on software testing. all of them

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to