I scrapping the marketplace from this URL https://www.tokopedia.com/sunxin
I want to get the data from the button called Info Toko, if user click this will shown a pop up content:

The original source code for this button is:
<button class="css-rhf1fq-unf-btn e1ggruw00"><span>Info Toko</span></button>
I've tried to get the element by xpath, classname, link text, but still not working.
driver.find_element_by_link_text('Info Toko')
Always get error message like this

Any ideas how to get this element?