mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-06-07 00:19:48 +08:00
fix recommendJobItemList is nullish - bosszhipin updated
This commit is contained in:
@@ -488,7 +488,7 @@ async function toRecommendPage (hooks) {
|
||||
|
||||
if (tempTargetJobIndexToCheckDetail === 0) {
|
||||
} else {
|
||||
const recommendJobItemList = await recommendJobListElProxy.$$('ul.rec-job-list > li')
|
||||
const recommendJobItemList = await recommendJobListElProxy.$$('ul.rec-job-list li.job-card-box')
|
||||
const targetJobElProxy = recommendJobItemList[tempTargetJobIndexToCheckDetail]
|
||||
// click that element
|
||||
await targetJobElProxy.click()
|
||||
|
||||
Reference in New Issue
Block a user