rickypc / selenium-page-object-generator

A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.
https://chrome.google.com/webstore/detail/epgmnmcjdhapiojbohkkemlfkegmbebb
GNU Affero General Public License v3.0
121 stars 65 forks source link

Search button with icon not generated as attribute for submit #26

Open bartonhammond opened 6 years ago

bartonhammond commented 6 years ago

Html:

<span class="input-group-btn">
    <button type="submit" value="Search" class="btn btn-default btn-sm" title="Click to search">
       <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
    </button>
</span>
screen shot 2017-12-14 at 5 56 37 pm