Im using visual studio code to work, and i need to click in the xpath xpath://label[contains(.,‘256GB SSD storage’)], but i dont know how to do it, i already tried
${element}= Get WebElement xpath://label[contains(.,‘256GB SSD storage’)]
Scroll Element Into View ${element}
Click Element ${element}
Sleep 2s
but its not working