Jabbar2010
Jabbar2010
// 假设传入的高度为 .8rem var rem = document.documentElement.style.fontSize; var itemHeight = parseInt( parseInt(rem) * .8); // 这里再转换一次成整数,否则计算会有问题 此方式可用,赞赞赞!!!!!!!!!!!!
@pavelfeldman Hi, is there another way to achieve it and reuse the disk cache?
> This would be an useful feature to have and I've been asked about reducing the number of calls on our test server which we are running our test against,...
@pavelfeldman Yeah, due to the heavy beforeAlls, I just want to run my test cases group by describe, is it possible to add a command parameter for this case, not...
Thanks a lot, that's a great news for me
@dgozman Hi, do I have to use test.describe.configure({ mode: 'parallel' }) on the global and test.describe.configure({ mode: 'default' }) inside simultaneously?
Hi, @christian-bromann when will the v9 be released? > @rsinghi with Bidi support around the corner we will have cross browser support for it natively in WebdriverIO soon. Today, you...
@christian-bromann I found in the document "INFO Note that using the mock command requires support for Chrome DevTools protocol. That support is given if you run tests locally in Chromium...
And I found another answer from you @christian-bromann : https://github.com/webdriverio/webdriverio/issues/2759#issuecomment-394275596 If I use mock API, and I want to modify the HTTP request headers. You mean the "headers" in the...
Thanks, @christian-bromann very cool! Currently what I'm doing is migrating from Playwright, but I did a lot of research, and I found what Wedriverio can not do but Playwright can,...