joaosilvalopes/linkedin-easy-apply-bot

Bot gets stuck after applying to jobs for awhile. Always same error.

Opened this issue · 2 comments

: Waiting for selector .jobs-search-results-list li.jobs-search-results__list-item:nth-child(7) failed: Waiting failed: 5000ms exceeded
at Timeout.

This could be as a result of a slow connection or device.. basically the DOM content doesn't get loaded in time so the element is not found before the time threshold is exceeded.

Alright I increased the timeout to 9000 gonna test to see if I still run into this problem. Ill report back