All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.applitools.eyes.selenium.fluent.DynamicRegionByTargetPathLocator Maven / Gradle / Ivy

There is a newer version: 5.74.0
Show newest version
package com.applitools.eyes.selenium.fluent;

import com.applitools.eyes.DynamicTextType;
import com.applitools.eyes.GetDynamicTextType;
import com.applitools.eyes.selenium.TargetPathLocator;
import com.fasterxml.jackson.annotation.JsonProperty;

public class DynamicRegionByTargetPathLocator extends GetDynamicTextType {

    protected final TargetPathLocator targetPathLocator;

    public DynamicRegionByTargetPathLocator(TargetPathLocator targetPathLocator, DynamicTextType ... textTypes) {
        super(textTypes);

        this.targetPathLocator = targetPathLocator;
    }

    @JsonProperty("targetPathLocator")
    public TargetPathLocator getTargetPathLocator() {
        return targetPathLocator;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy