Convert code Provar - Katalon(URGENT)

Hi everyone,
if I wanted to convert this code to katalon, how could I do?

@PageRow()
public static class Contratto {
@LinkType()
@FindBy(xpath=“.//td[1]//input”)
public WebElement Selectbox;

@TextType()
@FindBy(xpath=".//td[5]//lightning-formatted-text")
public WebElement RUOLOSUL;

}

@FacetFindBys(value = { @FacetFindBy(findBy = @FindBy(xpath = ".//tbody//tr"), facet = UiFacet.DATA_ROWS) })
@FindBy(xpath = "//lightning-datatable//table")
@PageTable(firstRowContainsHeaders = false, row = Contratto.class)
public List<Contratto> Contratto;

Thank you!

No one knows how to help me? I’m in a blind alley