其网页: https://store.playstation.com/#!/en-us/home/games
其链接代码
<a href="javascript:;" class="register">Sign In</a>
我想点击它。这是我的代码:
_FFClick("Sign In", text);
或
$sObj = _FFXpath("//a[contains(.,'Sign In')]","",9)
_FFClick($sObj)
但两个都没有用。请帮帮我:(