Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcarrio/p3
PyPrintPortal
https://github.com/tcarrio/p3
Last synced: about 4 hours ago
JSON representation
PyPrintPortal
- Host: GitHub
- URL: https://github.com/tcarrio/p3
- Owner: tcarrio
- Created: 2015-04-14T23:08:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T18:06:03.000Z (over 9 years ago)
- Last Synced: 2023-03-01T08:17:08.871Z (over 1 year ago)
- Language: HTML
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p3
PyPrintPortalThis is a personal project to help integrate several web-based system managements into a single application,
thus interfacing with several web systems simulatenously that all require the same information.Entirely on my own time, just meant to make a tedious process quicker and easier.
Planning to use the Splinter API, an extension of selenium, to emulate a web-browser interaction in order to
fill forms and call javascript functions.
Using the selenium API along with Firefox to drive the web-browser interaction and fill forms and call functions.Update 04/22/15: Issues utilizing a Firefox profile loading the Browser with the splinter API.
Likely an issue with the development environment being restricted in the workgroup.
Switching to the Selenium WebDriver to load Firefox and configurationUpdate 05/28/15: Past issues are likely due to the web portal being accessed. All attempts with latest projects using selenium have been successful and warranted no issues related to cookies. It may just be a dead end here.