/// <summary> /// Creates a new context for a given DOM element <paramref name="scope"/>. /// </summary> protected WebTestObjectContext([NotNull] ElementScope scope) { ArgumentUtility.CheckNotNull("scope", scope); _scope = scope; _scope.EnsureExistence(); }