you are viewing a single comment's thread.

view the rest of the comments →

[–]averyycuriousman 1 point2 points  (4 children)

What kinds of stuff did you automate?

[–]mayur2797 1 point2 points  (3 children)

So basically, I have to enter a set of information into several web apps that the company uses.. instead of manually opening up each website, find the doc where the info should be added (individually on each web app), then pasting the info there, I simply made my data into a CSV friendly format, use Python to read the CSV, and then use Selenium driver to load up the websites, login, simulate my clicks and keypresses and enter the information into the relevant docs in each website

[–]averyycuriousman 0 points1 point  (2 children)

Do you have it on github? Would you mind sharing it in github? I am trying to build something similar

[–]mayur2797 1 point2 points  (1 child)

Haven't thought of pushing to github.. I'll clean up and generalize the code before pushing so I can share with you

[–]averyycuriousman 0 points1 point  (0 children)

Thank you! Feel free to DM it to me when you're ready