I have a need to click on plain texts a few times to activate a module.My code is
FOR ${index} IN RANGE 6
Log ${index}
Wait and Click Element text='SNAPSHOT'
END
And html block is
<div _ngcontent-lxw-c204=""><span _ngcontent-lxw-c204="">Versio: 5.8.4-SNAPSHOT</span><span _ngcontent-lxw-c204="" class="Test-version"></span><!----></div>
But always the error is cannot find the text .