Skip to content

Commit

Permalink
Removed consent elements from search.js
Browse files Browse the repository at this point in the history
  • Loading branch information
uditrajput03 committed Mar 13, 2024
1 parent e41c18d commit e84872a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions examples/pages/google/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,13 @@ const searchCommands = {
}
};

const consentModal = '[aria-modal="true"]';

module.exports = {
url: 'https://google.no',
commands: [
searchCommands
],

sections: {
consentModal: {
selector: consentModal,
elements: {
rejectAllButton: '.GzLjMd button:nth-child(1)'
}
}
},

elements: {
consentModal,

searchBar: {
selector: 'textarea[name=q]'
},
Expand Down

0 comments on commit e84872a

Please sign in to comment.