DudaGod on v7.5.2
screw_ie8
is not a supported option',' gulp.task('selenium', function (done) {
selenium.install({
logger: function (message) { }
}, function(err){
if(err) return done(err);
selenium.start(function (err, child) {
if (err) return done(err);
selenium.child = child;
done();
});
});
});
gulp.task('test:e2e', ['selenium'], () => {
return gulp.src('wdio.conf.js').pipe(webdriver());
});
});'
gulp.task('test:e2e', ['selenium'], () => {
return gulp.src('wdio.conf.js').pipe(webdriver());
});
});
gulp.task('test:e2e', ['selenium'], () => {
return gulp.src('wdio.conf.js').pipe(webdriver());
});
});
<a href="/next">Link</a>
hi all.. is it required to "reset" setCaptureElements? because currently I have something like this
.setCaptureElements('[data-issuerid="IS00TESTCASE003"]')
.capture('default')
.setCaptureElements('[data-issuerid="IS00TESTCASE002"]')
.capture('disabled')
and for some reason, bother screenshots are of second element