Problems with checkout

hello, is there a function to execute the “buy now” button from the console? the one located at the checkout

you can run a trigger in javascript for that.

example:

$(‘btn-buy’).trigger(‘click’)

https://api.jquery.com/trigger/