feat(store): add captcha check to saturn and mediamarkt (#876)

This commit is contained in:
Sebastian
2020-11-21 21:10:21 +01:00
committed by GitHub
parent 53739e05ab
commit 2d01cfddff
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -2,6 +2,10 @@ import {Store} from './store';
export const Mediamarkt: Store = {
labels: {
captcha: {
container: 'body',
text: ['Das ging uns leider zu schnell.']
},
maxPrice: {
container: 'span[font-family="price"]',
euroFormat: false
+4
View File
@@ -2,6 +2,10 @@ import {Store} from './store';
export const Saturn: Store = {
labels: {
captcha: {
container: 'body',
text: ['Das ging uns leider zu schnell.']
},
maxPrice: {
container: 'span[font-family="price"]',
euroFormat: false // Note: Saturn uses non-euroFromat as price seperator