very stuck in this puzzle:
The source page is: https://obstaclecourse.tricentis.com/Obstacles/41040
what I tried so far is:
*** Settings ***
Library Browser
#Library String
# title = CLICK ME IF YOU CAN
*** Variables ***
*** Test Cases ***
Example Test 70310
OPEN BROWSER https://obstaclecourse.tricentis.com/Obstacles/41040
#${txt}= GET TEXT //span[contains(text(),'Table contains')]
#CLICK //*[contains(text(),'Click me if you can')][1]
#
#CLICK //*[contains(text(),'Click me if you can')][1] delay=100ms clickCount=2
#CLICK id=buttonclick
CLICK xpath=//input[@id='buttontoclick'] clickCount=2
MOUSE BUTTON left
#//div[@id='']//div[@id='']
#//div[@id='']//*[contains(text(),'Click me if you can')]
Get Text xpath=//body *= You solved this automation problem.
# used resources (usefull) https://forum.katalon.com/t/two-objects-have-same-xpath/8713
FlurFunk has a solution with Tosca which can be found here: https://www.youtube.com/watch?v=cdNRfvp_qHU
I haven't found a solution with RBFW and am a bit irritated of all the tries. The code issue here is: how can I find the unique element?