AXUIElementSetAttributeValue

Function AXUIElementSetAttributeValue 

Source
pub unsafe extern "C-unwind" fn AXUIElementSetAttributeValue(
    element: &AXUIElement,
    attribute: &CFString,
    value: &CFType,
) -> AXError
👎Deprecated: renamed to AXUIElement::set_attribute_value
Available on crate features AXError and AXUIElement only.