Zaferix Posted October 31, 2016 Report Posted October 31, 2016 (edited) I checked everything and tried but failed. How to automatic click Sign in in screenshot. I have link but need to make bot auto click that Sign in button. Screenshot: http://prnt.sc/d11i77 EDIT : I did it with Selenium Webdriver. Edited November 3, 2016 by Zaferix Quote
Zaferix Posted October 31, 2016 Author Report Posted October 31, 2016 (edited) Have you done a auto-fill ? I only need to make bot run Sign Ä°n command. Edited October 31, 2016 by Zaferix Quote
Zaferix Posted October 31, 2016 Author Report Posted October 31, 2016 @Dr. Mckay Help please its really important for me. Quote
TextDynasty Posted November 2, 2016 Report Posted November 2, 2016 (edited) I only need to make bot run Sign Ä°n command.Are you using node to login?If yes, i hope it would help var client = new SteamUser(); client.logOn({ accountName: config.username, //type your username password: config.password, //type your password "twoFactorCode": SteamTotp.getAuthCode("shared_secret") //type your shared secret }); Edited November 2, 2016 by TextDynasty Quote
Zaferix Posted November 3, 2016 Author Report Posted November 3, 2016 Are you using node to login?If yes, i hope it would help var client = new SteamUser(); client.logOn({ accountName: config.username, //type your username password: config.password, //type your password "twoFactorCode": SteamTotp.getAuthCode("shared_secret") //type your shared secret }); I don'T want to sign in steam community. I want to sign in a website using Steam Whatever i did it with Selenium Webdriver. Quote
72juju Posted November 5, 2016 Report Posted November 5, 2016 I don'T want to sign in steam community. I want to sign in a website using Steam Whatever i did it with Selenium Webdriver.Have you done what do you want ?. Quote
Zaferix Posted November 6, 2016 Author Report Posted November 6, 2016 (edited) Have you done what do you want ?.I used selenium webdriver. yES Edited November 6, 2016 by Zaferix Quote
72juju Posted November 7, 2016 Report Posted November 7, 2016 I used selenium webdriver. yESSure you used this for bp.tf isn't it x)? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.