我有一个像下面这样的场景,我需要一个包含 4 个事件的事务。我们将如何在网页测试脚本中使用
这就是我的代码部分的方式,所有 4 exeandwait 事件都应该在 seteventname 05_pdpskuoffering 下捕获
SetEventname 05_pdpskuoffering;
execAndwait document.queryselector("sampleevent1");
execAndwait document.queryselector("sampleevent2");
execAndwait document.queryselector("sampleevent3");
execAndwait document.queryselector("sampleevent4");