i know this question is being asked before, but i tried to make it work for my site, but could not, so can anyone help to click the sign in button here
here is the source code for the button and class,
thanks in advance
here is the source code for the button and class,
Code:
<div class="loginbox_left btn_ctn">
<div id="login_btn_signin">
<a href="javascript:DoLogin()" class="btn_checkout_green">
<div class="leftcap"></div><div class="rightcap"></div>
<div class="text">Sign in</div>
</a>
</div>
<div id="login_btn_wait" style="display: none;">
<img src="https://store.steampowered.com/public/images/login/throbber.gif">
</div>
thanks in advance