weixin_33712987 2020-03-17 14:29 采纳率: 0%
浏览 34

收集Ajax页面中的链接

Please go to this page : https://www.McMaster.com Click on screws , in that page , there is no A tag for each item in the list but , if you right click on one of the you will see in your browser tools that the A tag will come up in the div of that item in the page ,

I'm using selenium and python and I want to gather all the hrefs of the A tags of the items in the list but they don't exist by default .

  • 写回答

2条回答 默认 最新

  • 叼花硬汉 2020-03-17 14:57
    关注

    Are you using Internet Explorer (IE)? This website seems to have different code for IE and other browsers.

    Try with Edge or Chrome browser

    评论

报告相同问题?