예제 #1
0
        /// <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();
        }