LocatorGenerationService class

Service for generating locator files for pages.

This service handles the creation of page-specific locator files and updates to feature locator files.

Constructors

LocatorGenerationService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createLocatorFile(PageConfig config) → void
Creates the page-specific locator file.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateFeatureLocator(PageConfig config) → void
Updates the feature locator to include the page locator.

Operators

operator ==(Object other) bool
The equality operator.
inherited