Get help with testing, discuss unit testing strategies etc.


Post by jminutella »

Hello,

Is there anyway we can turn off offsets for when using the Recorder? I see the recordOffets config is false by default (https://www.bryntum.com/docs/siesta/#!/ ... ordOffsets) but whenever I use the Recorder and have some click events, I see the offsets.

Am I completely missing something?

Post by mats »

How do you configure your recorder?

Post by jminutella »

I don't actually have it configured anywhere. I just installed Siesta locally and ran it the browser and when I recorded the steps, I noticed some offsets.

Should I have configured? I'm assuming somewhere in siesta.js ?

Post by mats »


Post by jminutella »

    recorderConfig: {
        recordOffsets: false
    },
Did the trick. I guess I thought that since it's false by default, I didn't need to explicitly set the recordOffsets config.

Thanks for the quick response Mats!

Post Reply