Verify the placeholder attribute of the search input field
Preconditions (1)
Step 1: Locate the search input field by its id 'search-box'
Step 2: Get the value of the 'placeholder' attribute of the search input field
Step 3: Verify that the placeholder text is 'Search here...'
✅ Expected Result: The placeholder attribute of the search input field should be 'Search here...'