Verify text inside nested frames
Preconditions (2)
Step 1: Open the web page with nested frames
Step 2: Switch to the outer frame by its name or ID 'frame1'
Step 3: Within the outer frame, switch to the inner frame by its name or ID 'frame2'
Step 4: Locate the paragraph element with id 'nestedText' inside the inner frame
Step 5: Verify that the text of this paragraph is exactly 'Nested Frame Content'
Step 6: Switch back to the default content
✅ Expected Result: The paragraph inside the nested frame contains the text 'Nested Frame Content' and the test completes without errors.