It is possible by using JavaScript.
Open the scenario details and insert the JS step where you want the click in the list.
We are studying ways that AI can be used in the future without setting JS steps.
Sample code
document.querySelector(CSSselector).click()
Rewrite the CSSselector part according to the structure of the website to be tested.