in

ArtOfTest, Inc. Community Forums

Discuss and ask questions about ArtOfTest's products.

Browse by Tags

  • Issue with TestRegionCollection

    There appears to be a problem with the TestRegionCollection looking up by key .. it appears the key is not the TestRegion.Id, which is what you'd assume i.e. TestRegion region = browser.Regions["MyRegion"]; bool isMyRegionPresent = browser.Regions.Contains(region); bool isMyRegionPresentById...
    Posted to Using TestRegions (Forum) by LogicLabs on 08-20-2007
  • Re: TestRegion variable assignment issue

    Hi Rene - The error is letting you know that CalenderCell Element object is null and the framework is unable to execute any action against it. The reason for it being null is because the Find.ByParam did not find it. From looking at your code, I'm guessing that the actual Calendar is added to the...
    Posted to Using TestRegions (Forum) by admin on 07-20-2007
  • Re: Can I wait for a test region that is not in the DOM?

    Is there a different real element that also shows up at the same time the test region is inserted into the DOM? Try using WaitForElement on that element instead and then use the test region after that element is found in the DOM. There's a good example of this here . You don't need the RefreshDomTree...
    Posted to Using TestRegions (Forum) by sircody on 07-18-2007
Page 1 of 1 (3 items)
Copyrights © 2009 ArtOfTest, Inc. All rights reserved.