Hello everyone, I am struggling to find a solution for checking and unchecking a checkbox located in an alert window or modal pop-ups. We have three types of pop-ups: alert, confirm, and prompt. Specifically, in the confirm popup, there is a checkbox that I need to interact with using Selenium Webdriver and Java. The functions available for handling these popups are dismiss(), accept(), sendKeys(), and getText(). I am wondering if it is possible to interact with checkboxes in these popups. I am optimistic that it can be done. Would anyone be able to assist me with this issue? Thank you