I am trying to record steps for running a UI test using Culebra but I am unable to get items from bottomsheet layout opened on the main view in my app.
I have tried clicking on the option but the code generated has no information about the bottomsheet layout option that was clicked.
I expect to get all the items in the bottomsheet and when i click on it I should get the code generated for that particular textview in the entire layout.
This is a
culebrageneratred script where I added a check forisScrollable()at the end