Skip to content

Commit

Permalink
fix: update Pond5
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Jan 7, 2024
1 parent 04014f3 commit 0f5ab36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/pond5.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const engine = 'pond5';

async function search({session, search, image, storageIds}) {
(
await findNode('div#main form.SiteSearch div.js-reverseSearchInputIcon')
await findNode('div#main form.SiteSearch button.js-reverseSearchInputIcon')
).click();

const inputSelector = 'input#vissimFileSelector';
Expand Down

0 comments on commit 0f5ab36

Please sign in to comment.