You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
352 B
JavaScript

const genericBootstrapFactory = require("./generic-bootstrap")
module.exports = {
execute: genericBootstrapFactory({
baseUrl: 'hemmings.com',
pageLoadIndicator: '#galleries',
vinSelector: '.leading-loose > li:nth-child(2) > span:nth-child(2)',
carouselTrigger: '.bg-center'
}),
baseUrl :'hemmings.com'
}