You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my app, I have a airDatePicker from shinywidget library. I would like to interact with the picker via shinytest2 to set the dates.
Unfortunately, the recorder method uses set_inputs and it does not seem to change the values within the date picker.
I think I would have to interact with it with real javascript. Has anyone already tried to interact with shinywidgets or with airDatePicker in particular?
The text was updated successfully, but these errors were encountered:
sybrohee
changed the title
airDatePickerInput testing
airDatePicker Input testing
Aug 4, 2023
Hello,
In my app, I have a airDatePicker from shinywidget library. I would like to interact with the picker via shinytest2 to set the dates.
Unfortunately, the recorder method uses set_inputs and it does not seem to change the values within the date picker.
I think I would have to interact with it with real javascript. Has anyone already tried to interact with shinywidgets or with airDatePicker in particular?
The text was updated successfully, but these errors were encountered: