Ha! I see your crappy UI in PeopleSoft, with hard to automate edge cases, and I raise you multiple SharePoint instances! Ante up at your peril in this game :/)
Frustration project: Automate data entry into PeopleSoft with Selenium
11–20 of 51 posts
Re: Frustration project: Automate data entry into PeopleSoft with Selenium
#12I use selenium similarly to drive a similarly awful interface known as costpoint. I would DEARLY love to know how to use the browser developer tools to figure out what is actually happening under the hood of websites without having to read every single Javascript module. The network tab shows you what is sent and received but it's not easy to figure out how those messages are created and parsed. It would be nice to l…
If you click on the "initiator" column in the network tab it will jump to the code that created the request. Can also see stack traces, set breakpoints, etc.
Re: Frustration project: Automate data entry into PeopleSoft with Selenium
#13I use selenium similarly to drive a similarly awful interface known as costpoint. I would DEARLY love to know how to use the browser developer tools to figure out what is actually happening under the hood of websites without having to read every single Javascript module. The network tab shows you what is sent and received but it's not easy to figure out how those messages are created and parsed. It would be nice to l…
Re: Frustration project: Automate data entry into PeopleSoft with Selenium
#14Re: Frustration project: Automate data entry into PeopleSoft with Selenium
#15Re: Frustration project: Automate data entry into PeopleSoft with Selenium
#16Earlier quoted context omitted.
If you click on the "initiator" column in the network tab it will jump to the code that created the request. Can also see stack traces, set breakpoints, etc.
If anyone happens to know of a particularly good article on this for non-javascript (but technical) people, please post.
Re: Frustration project: Automate data entry into PeopleSoft with Selenium
#17I would love to hear any more you have to say about the genetic algorithms you use to help with scheduling.
Re: Frustration project: Automate data entry into PeopleSoft with Selenium
#18#FunFact: I started the Selenium project. My first job out of college was at PeopleSoft. I left PeopleSoft and went "in-house" as the PeopleSoft admin at ThoughtWorks. A few years later, Selenium came out as a side-project for another internal system we needed. But when we were rolling out Selenium and dreaming up "world domination plans", one of my mine was to get a copy of Selenium to ship with every copy of People…
Re: Frustration project: Automate data entry into PeopleSoft with Selenium
#19#FunFact: I started the Selenium project. My first job out of college was at PeopleSoft. I left PeopleSoft and went "in-house" as the PeopleSoft admin at ThoughtWorks. A few years later, Selenium came out as a side-project for another internal system we needed. But when we were rolling out Selenium and dreaming up "world domination plans", one of my mine was to get a copy of Selenium to ship with every copy of People…
Re: Frustration project: Automate data entry into PeopleSoft with Selenium
#20#FunFact: I started the Selenium project. My first job out of college was at PeopleSoft. I left PeopleSoft and went "in-house" as the PeopleSoft admin at ThoughtWorks. A few years later, Selenium came out as a side-project for another internal system we needed. But when we were rolling out Selenium and dreaming up "world domination plans", one of my mine was to get a copy of Selenium to ship with every copy of People…