Hi @Ruri
The keycheck is not working for me when I debug in Puppeteer config.
I am using OB2.
I am not sure what I did wrong.
Hi @Ruri
The keycheck is not working for me when I debug in Puppeteer config.
I am using OB2.
I am not sure what I did wrong.
Try shortening the keycheck and make sure you can goto the source code and find it as is
use “Get DOM” Block before keycheck
As @ZEUS said, the text you’re looking for is not in the basic source code, it’s in the DOM so use the GetDOM block and then do a keycheck on the output of that block instead
Thank you all of you.
You have to use the output variable of the Get DOM block in the left side of your keys, not data.SOURCE anymore!
Little trick that i do when building a selenium config is to PARSE the WHOLE source in a var before checking it. Of course you would remove that block when running the config but it help a lot for test purposes.