Locate and verify element using CSS selector
Preconditions (2)
Step 1: Open the target web page in the browser.
Step 2: Locate the element using the CSS selector '#submit-button.btn-primary'.
Step 3: Verify that the element is displayed on the page.
✅ Expected Result: The element with id 'submit-button' and class 'btn-primary' is found and visible on the page.