PageCreationMode Property

Description

Indicates the criteria for creating a new Page test object.

Property type

Read-write property

Syntax

Visual Basic
Public Property PageCreationMode As String

Return Value

  • Always--Creates a new Page object every time a navigation is performed on a Web page.
  • Description--Creates a new Page object for pages with different test object descriptions, according to the properties defined for the Page test object.
  • URL--Creates a new Page object only when the page URL changes, or if the URL stays the same and data that is transferred to the server changes, according to the settings for the CreatePageUsingNonUserData, CreatePageUsingUserData, and CreatePageUsingAdditionalInfoproperties.

Example

Configure Web Options

See Also