| http://www.w3.org/ns/prov#value | - WebForm provides numerous methods tocheck that buttons, fields, radio buttons, and other elements exist on the page.5.9.3 DiscussionBuilding on the example from the previous recipe, you might start by writing a test to check for theexistence of buttons on the HTML page as shown here.public void testButtonsOnSubscriptionForm( ) throws Exception{ WebForm form = getBlankSubscriptionForm( ); SubmitBut
|