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.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top