Daniel Hangan
Daniel Hangan
I also needed this feature but I found a temporary workaround using st.expander() ``` python modal = st.expander("Advanced options") option_1 = modal.checkbox("Option 1") option_2 = modal.checkbox("Option 2") option_3 = modal.checkbox("Option...
1. Find what chrome version you have installed on your computer. 2. Go to https://pypi.org/project/chromedriver-py/#history and install the same version of chromedriver 3. And then ```python from selenium import webdriver...
also have the same question.