I need to change this tag to a WebElemet using CSS Selector instead of Xpath. I attempted with Xpath as shown below:
panelSectionTitle.find( By.cssSelector( "img.aw-layout-right[style='']" ) )
<img style="" class="aw-layout-right" height="22" width="22">