Verify the text content of a specific element on the webpage
Preconditions (3)
Step 1: Open the web browser
Step 2: Navigate to the test webpage URL 'https://example.com/welcome'
Step 3: Locate the element with id 'welcome-message'
Step 4: Read the text content of this element
Step 5: Compare the text content with the expected text 'Welcome to Example.com!'
✅ Expected Result: The text content of the element with id 'welcome-message' is exactly 'Welcome to Example.com!'