auto_returnPropertyValue

    public String auto_returnPropertyValue(String locator, String property) {
        auto_waitForElementsVisibilities(locator);
        return page.locator(locator).evaluate("element => window.getComputedStyle(element).getPropertyValue('"+property+"')").toString();
    }
What are your feelings
Scroll al inicio