Do a click i an xpath

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

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.