mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
fix: bestbuy label container selector precision (#491)
This commit is contained in:
@@ -3,11 +3,11 @@ import {Store} from './store';
|
||||
export const BestBuy: Store = {
|
||||
labels: {
|
||||
inStock: {
|
||||
container: '.v-m-bottom-g',
|
||||
container: '[data-sticky-media-gallery] .fulfillment-add-to-cart-button',
|
||||
text: ['add to cart']
|
||||
},
|
||||
maxPrice: {
|
||||
container: 'div[class="priceView-hero-price priceView-customer-price"] > span',
|
||||
container: '[data-sticky-media-gallery] .priceView-price .priceView-hero-price span',
|
||||
euroFormat: false
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user