rickypc / selenium-page-object-generator

A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.

Home Page:https://chrome.google.com/webstore/detail/epgmnmcjdhapiojbohkkemlfkegmbebb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search button with icon not generated as attribute for submit

bartonhammond opened this issue · comments

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