use of com.adobe.cq.testing.selenium.pagewidgets.cq.AutoCompleteField in project aem-core-wcm-components by Adobe-Marketing-Cloud.
the class TitleEditDialog method setLinkURL.
public void setLinkURL(String url) {
AutoCompleteField autoCompleteField = new AutoCompleteField("css:" + linkUrl);
autoCompleteField.sendKeys(url);
$("button[is='coral-buttonlist-item'][value='" + url + "']").click();
}
Aggregations