Verify interaction with hidden elements on a web page
Preconditions (2)
Step 1: Open the web page at URL 'https://example.com/hidden-elements'
Step 2: Locate the hidden button with id 'hidden-btn'
Step 3: Force click the hidden button
Step 4: Locate the hidden input field with id 'hidden-input'
Step 5: Force type the text 'Test Input' into the hidden input field
Step 6: Verify that a confirmation message with id 'confirmation-msg' becomes visible
✅ Expected Result: The hidden button is clicked successfully, the hidden input field receives the text, and the confirmation message is visible on the page