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.
11 lines
371 B
JavaScript
11 lines
371 B
JavaScript
const genericBootstrapFactory = require("./generic-bootstrap")
|
|
|
|
module.exports = {
|
|
execute: genericBootstrapFactory({
|
|
baseUrl: 'classiccars.com',
|
|
pageLoadIndicator: '#ListingCarousel',
|
|
vinSelector: 'li.p-vin > span:nth-child(2)',
|
|
carouselTrigger: 'div.swiper-slide-active > div > img.u-photo'
|
|
}),
|
|
baseUrl :'classiccars.com'
|
|
} |