6 messages in com.canoo.lists.webtest[Webtest] no alert/confirm handler in...
FromSent OnAttachments
Andrew Sickorsky30 May 2007 01:49 
Andrew Sickorsky04 Jun 2007 00:24 
Marc Guillemot06 Jun 2007 04:23 
Andrew Sickorsky06 Jun 2007 06:21 
Marc Guillemot07 Jun 2007 00:14 
Andrew Sickorsky07 Jun 2007 02:09 
Subject:[Webtest] no alert/confirm handler installed warning after attempt to pass through java-script dialogs
From:Andrew Sickorsky (andr@texunatech.com)
Date:05/30/2007 01:49:06 AM
List:com.canoo.lists.webtest

Hello All!

I'm trying to use WebTest with pop-up alert/confirm messages via ExpectDialog:

<expectDialog description="Expected dialog for record duplicating"
dialogType="confirm"/> <clickElement xpath="//ul[@class='dataProcessing']/li/input[@alt='Duplicate
record']" description="Duplicate first 10 records"/> <verifyText text="Total records: 110" />

But nothing happens: there is one warning "window.alert("Please select rows") no
alert handler installed". BTW no scence in presence of <expectDialog> step in the testsuite.

So, what should I do/install/remove/modify to force WebTest to click on such
dialogs?

WebTest 2.5 was used.

Thanks in advance, and sorry for disturbing