✅ Check a box on a website
How can I check a box on a local website using c#? Havent found anything on google
9 Replies
Are you sure that you want to use C# for that?
JS would be the obvious choice
well i dont know any other stuff..
ye i dont know java script sadly haha
its like i have to activate a box and then press save changes..
but how do i translate this into c# code? 😄
I guess there are two routes, use an automation tool like AutoHotKey that simulates clicks on the screen, if that doesn't work you'd have to check if you can somehow interop with a browser
hm..
cant i change the html code?
to activate it? xD
Not exactly, you can't just "run" C# in a browser unless you are using WebAssembly with e.g. Blazor
hmm..
would you mind helping me on that step? 😄
cuz im not that far down into c# far now.. but i really wanna make a little tool or a script that can switch it real quick because it would save a lot of time of switching it everyday haha
cuz everyday i log into that and enable/disable it multiple times a day haha
didnt you said javascript would make it by far easier?
you think i should try it with js?
cuz i dont know further with c# xD
I mean it all depends on how you want to run it, should it be embedded on a website, then JS might work, but honestly, if you just want to automate one or two clicks, I would definitely suggest a quick AutoHotkey script
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Closed!