mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-11 10:56:17 +00:00
1.4.7
- Updated packages - Added timeout after scrolling back to top - Some Docker improvement thanks to @mgrimace
This commit is contained in:
@@ -140,6 +140,8 @@ export class Search extends Workers {
|
||||
window.scrollTo(0, 0)
|
||||
})
|
||||
|
||||
await this.bot.utils.wait(500)
|
||||
|
||||
const searchBar = '#sb_form_q'
|
||||
await searchPage.waitForSelector(searchBar, { state: 'visible', timeout: 10_000 })
|
||||
await searchPage.click(searchBar) // Focus on the textarea
|
||||
|
||||
Reference in New Issue
Block a user