Hi,

I am trying to use <setSelectField> to select one
field from drop-down list and start to interact with
new window pops up. The steps are,

select "DELETE" from list, an alert dialog pops up,
click on "ok" on alert dialog, then a new window pops
up.

so I use,

<prepareDialogResponse
description="click on ok"
dialogType="alert"
response="ok"/>

<setSelectField
dscription="Set value to Delete"
          
xpath="//[EMAIL PROTECTED]'form1:table1:actionsBottom:lifecycleActions']"
saveResponse="true"
value="DELETE" />

however the reponse.html file still holds the previous
bui page, not for the new window poped up.

I tried to use <selectWindow index="1" /> or
name="Delete Domains" but got exceptions..could not
get it to work!

thanks,

Chang





 
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to