Page 1 of 1

Recorder - turn off offsets

Posted: Mon Apr 15, 2019 9:18 pm
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?

Re: Recorder - turn off offsets

Posted: Mon Apr 15, 2019 11:13 pm
by mats
How do you configure your recorder?

Re: Recorder - turn off offsets

Posted: Tue Apr 16, 2019 4:02 pm
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 ?

Re: Recorder - turn off offsets

Posted: Tue Apr 16, 2019 4:04 pm
by mats

Re: Recorder - turn off offsets

Posted: Tue Apr 16, 2019 5:09 pm
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!