I am having a hard time verifying the text contained in some dynamic content on my web page.
Here are the steps that I am taking.
Navigate to the Web site
Type in 'WA' in the input box of the jQuery-ui Dynamic Drop Down List
Wait until the list comes up
Select the 8th list item
Verify its text
Unfortunately when I try to record this test it does not grab the list item it actually is grabbing so non-dynamic content that is directly behind the list box item. I think that this is because the List goes away as soon as you try to select the list item.
Is there any way to grab the dynamic content. I know that in MSFT CodedUI you have to actually hold down the ctrl key when you click the element you are trying to capture. Do you do anything like that with this?
Thanks
Here are the steps that I am taking.
Navigate to the Web site
Type in 'WA' in the input box of the jQuery-ui Dynamic Drop Down List
Wait until the list comes up
Select the 8th list item
Verify its text
Unfortunately when I try to record this test it does not grab the list item it actually is grabbing so non-dynamic content that is directly behind the list box item. I think that this is because the List goes away as soon as you try to select the list item.
Is there any way to grab the dynamic content. I know that in MSFT CodedUI you have to actually hold down the ctrl key when you click the element you are trying to capture. Do you do anything like that with this?
Thanks