When creating a Watir script that clicks a right pagination arrow, I can't seem to find a solution to grabbing the bottom 'kat-icon' tag: https://i.stack.imgur.com/oYFKR.jpg
Tried using a lot of different versions of the line below but nothing seems to work.
browser.element(id: 'mas-apps-store-search-paginator').span(name: 'chevron-right').exists?
How should I approach this?