Coding Language To Sumbit Information To web Browser

AI Thread Summary
Automating the process of filling out time cards online is technically feasible using various programming languages, as general-purpose languages provide the necessary tools for such tasks. However, there are significant ethical and legal considerations to take into account. Automating time submissions could violate company policies and potentially lead to serious consequences, including legal issues. Additionally, secure web applications often implement measures to prevent automation, making the task more complex. Tools like the Firefox extension Greasemonkey can assist with automation, but caution is advised due to the potential for misuse and the implications it could have for the reputation of any associated platforms.
dfence
Messages
2
Reaction score
0
Hi,

I was wondering first off, if it is possible to write code so that you could fill out fields in a web browser so that you could automate a process. I'd like to make a script that basically goes online submits my username and password and then fills out 8 hours worked in the appropriate field everyday.

I was just wondering if that is even possible and if so what programmig language should I use.

Thanks
 
Technology news on Phys.org
Because I'd like to know if it is possible to do. I'd like to automate the process of filling out my time card. I want to make it so that every time I turn on my work computer it logs onto the webclient and fills out 8 hours.

I just want to know if its possible. Thanks
 
dfence said:
I just want to know if its possible. Thanks
It could be illegal, questionably legal, or ethically problematic. With respect to your work's time sheet software, it could very well be against company policy and land you in more hot water then it's worth.
 
story645 said:
It could be illegal, questionably legal, or ethically problematic. With respect to your work's time sheet software, it could very well be against company policy and land you in more hot water then it's worth.
Could be true, and even if it's not a policy violation, a lot of these secure web applications jump through hoops to make this sort of thing technically difficult. But it is certainly possible, and any general-purpose programming language would provide you with the necessary tools.

Alternatively, you might be interested in a Firefox extension called Greasemonkey (which is useful for all sorts of things besides filling out timesheets).
 
I would not like to see PF associated with an activity that could be appropriated for unethical or fraudulent use. It doesn't matter if your use or intent is perfectly innocent, PF would still be on the hook. You can see how this would put it in a very awkward position.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top