Web Scrape ICISM 应用程序与大量 javascript

Web Scrape ICISM application with heavy javascript

提问人:TER 提问时间:11/16/2023 最后编辑:ShawnTER 更新时间:11/16/2023 访问量:12

问:

我正在尝试从这个网站上抓取招聘信息:

https://external-maximus.icims.com/jobs/search?ss=1&hashed=-435771476&mobile=false&width=872&height=500&bga=true&needsRedirect=false&jan1offset=-300&jun1offset=-240

具体来说,当我检查页面时,看起来我需要重定向到此标签的 href 中引用的页面:

<a id="icims_skipLink1" style="left: -9999px; position: absolute; top: -1px;" href=**"https://external-maximus.icims.com/jobs/search?ss=1&amp;hashed=-435771476&amp;mobile=false&amp;width=872&amp;height=500&amp;bga=true&amp;needsRedirect=false&amp;jan1offset=-300&amp;jun1offset=-240#icims_content_iframe"**>Skip Branding</a>

我正在使用硒,但每个都无法找到上面的链接。我什至下载了 Selenium IDE 来记录获得工作请求的点击次数,而不是尝试转到上面的链接,但 selenium 仍然找不到如何链接到工作请求。我不知道该在这里做什么。这种网站是不是就抓不掉了?find.elementfind.element

python html selenium-webdriver web-scraping iframe

评论


答: 暂无答案