Using js to link an app and a browser. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Using js to link an app and a browser.

Hey guys!!! What’s good? So, I have this software on my pc that helps me change my MAC address every time (Tmac address changer or something like that). Is it possible to write a Js code that can change the Mac address say every 30 mins and auto fill some sign up questions? I want to make sure am learning the right language for this.

25th Jun 2018, 12:36 PM
Laristein
Laristein - avatar
2 Answers
0
It's possible. You would need to use Node.JS for that with Selenium webdriver to fill out the forms. I just don't know how would you interface with the MAC changer. Now, is it the right tool for the job?No. I would use AutoHotKey for that.
25th Jun 2018, 2:06 PM
StefanGliga
StefanGliga - avatar
0
for as far as i know, js is not made for that
25th Jun 2018, 1:42 PM
TheCoder04