I am trying to run the on click function SelectPlaystation4 (8th from the bottom). Is PhantomJS able to do this? How can I do this in phantomjs? I have been trying to use evaluate from the docs... with out any luck
<div id="content" class="clearfix">        
    <section class="content" style="margin-bottom: 35px;">          
      <div id="col-main" class="clearfix">
<div class="col-md-12 console-ps">
    <div class="collection-details text-center">
      <h3>
        Playstation
      </h3>
      <div class="line"></div>
       <!--<a href="#" class="col-btn btn">PS3</a>-->
       <input type="button" class="col-btn btn" onclick="SelectPlaystation4()" value="Playstation 4">
       <input type="button" class="col-btn btn" onclick="SelectPlaystation3()" value="Playstation 3">
    </div>
</div>
<div class="col-md-12 console-xb">
    <div class="collection-details text-center">
 
     
    