dongxiaoke2018 2014-10-08 20:35
浏览 74
已采纳

是否可以通过CURL / WGET访问CSS按钮?

I am trying to click on a CSS button via CURL/WGET, however so far I am having no luck. The exact link location for the CSS button is a dynamic URI - for example:

domain.com/some/page?thing=1

Still when you access that page via curl/wget it does not trigger the action. There is a CSS selector which I need to access somehow. I found this:

http://codeception.com/docs/modules/PhpBrowser

However it requires installing additional software which is not an option. I need something that would work with curl/wget or perhaps a sample PHP script. I tried providing the following argument to wget:

--header="selector: some-selector"

However it does not achieve the desired result.

Here is some more information from the comment, so that it is easier to see:

I've got the HTTP headers and tried to replicate them but with no luck. They are too long so I uploaded example headers to:

http://textuploader.com/oopa

Could anyone provide example script/command that could be used to achieve the above?

The action is not triggered by accessing the url - it requires you to click on a button. I have provided HTTP headers in my previous command. Here is what the exact button looks like when inspected:

<div style="margin-bottom:15px;">

  <a style="display:block; width:350px" href="http://www.test.com/hos/6/42?game=1" id="game-one">
    <img src="http://www.test.com/images/thumbs_up.jpg" width="24" height="24" />
                           Sample Text
  </a>

</div>

So basically I need to activate the game-one selector some how - simulate a click on that button via a script. The PHPBrowser that I mentioned above seems to offer this functionality, however I cannot install it as it requires additional software which is not an option in this case.

  • 写回答

2条回答 默认 最新

  • dongzhao5834 2014-10-08 22:20
    关注

    Thanks for the help everyone.

    I was actually able to figure this out - it is possible via CURL. It appears that it was necessary to add referer set for the previous page, so in order to access the dynamic URI and trigger the action I used the following CURL:

    curl --head --referer 'http://www.test.com/hos/6/42' http://www.test.com/hos/6/42?game=1
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥100 有人会搭建GPT-J-6B框架吗?有偿
  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名