I have an HTML-based data entry form that submits data to a server. Before submission, the form's row labeled 'RecordNumber' should be blank; after submission (to a server loaded with test data) that row should display the value '1'.
How can I use Selenium to verify this outcome? I have figured out how record the steps with Selenium, but can't figure out the verification bit.
Thank you.