Relative Content

Tag Archive for chromiumplaywrightstreamlit

How do you check a cell in a Streamlit data editor widget’s checkbox column using Playwright?

I am using Playwright to automate the testing of a Streamlit app, both in Python. Part of the app’s core functionality is that it first returns a dataset based on initial user input, the end user then selects their desired row from the results, and the rest of the app functionality is based on that selection, so refactoring to avoid this problem is not an option. For this testing, I would like to select the checkbox in the first row of the results.

How do you check a cell in a Streamlit data editor widget’s checkbox column using Playwright?

I am using Playwright to automate the testing of a Streamlit app, both in Python. Part of the app’s core functionality is that it first returns a dataset based on initial user input, the end user then selects their desired row from the results, and the rest of the app functionality is based on that selection, so refactoring to avoid this problem is not an option. For this testing, I would like to select the checkbox in the first row of the results.

How do you check a cell in a Streamlit data editor widget’s checkbox column using Playwright?

I am using Playwright to automate the testing of a Streamlit app, both in Python. Part of the app’s core functionality is that it first returns a dataset based on initial user input, the end user then selects their desired row from the results, and the rest of the app functionality is based on that selection, so refactoring to avoid this problem is not an option. For this testing, I would like to select the checkbox in the first row of the results.