Zinc Compiler Check css error

Is this part “.check(css(“input[name=‘lt’]”, “value”).saveAs(“lt”)))” coming from the recorder ?

I just that you should remove one parenthesis :

.check(css(“input[name=‘lt’]”, “value”).saveAs(“lt”))

cheers
Nicolas