-- ERROR: 2026/01/19 23:57:13 Error running script: <string>:45: afip_ingresar_punto_venta_y_comprobante failed: <string>:45: afip_ingresar_punto_venta_y_comprobante: setTextFieldById for tipo_comprobante failed: could not set value on node 65
-- ERROR: 2026/01/19 23:57:13 Error running script: <string>:45: afip_ingresar_punto_venta_y_comprobante failed: <string>:45: afip_ingresar_punto_venta_y_comprobante: setTextFieldById for tipo_comprobante failed: could not set value on node 65
-- TODO: The error above does not affect the flow, but happens because after the punto de venta is selected, the tipo de comprobante select is set with the first value which happens to be already "factura c (2)". So when we try to set it again to the same value, it fails. We should improve the function to not fail in this case. Needs some more binding functions on the Go Side.