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...