We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b76862 commit 19e12f9Copy full SHA for 19e12f9
1 file changed
test/util.ts
@@ -39,7 +39,7 @@ export function getTestStore(): Store {
39
text: ['Rickrolling'],
40
},
41
captchaHandler: {
42
- challenge: '#mw-content-text > div.mw-content-ltr.mw-parser-output > figure:nth-child(3) > a > img',
+ challenge: 'figure[typeof="mw:File/Thumb"] a img.mw-file-element',
43
input: '#searchInput',
44
submit: 'body',
45
captureType: 'image',
0 commit comments