Skip to content

Just a repo to hold some useful Python and Selenium Scripts

Notifications You must be signed in to change notification settings

mtcoffee/pythonsnippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonSnippets and Selenium Snippets

A repo to hold some Python and Selenium Scripts

A linked github package/docker image is available to simplify requirements like Selenium. Just run the container with the script name and parameters for the script.

To run the built in scripts

To run your own scripts run the docker container and call the scripts directory in the container

docker run -i --rm --name pythoncontainer \
-v "$PWD":/usr/src/myapp \
-w /usr/src/myapp \
ghcr.io/mtcoffee/pythonsnippets \
python /scripts/CreateServiceNowIncidentSelenium.py

To run your own scripts

To run your own scripts run the docker container with your script in the current path

docker run -i --rm --name pythoncontainer \
-v "$PWD":/usr/src/myapp \
-w /usr/src/myapp \
ghcr.io/mtcoffee/pythonsnippets \
python scriptname.py

About

Just a repo to hold some useful Python and Selenium Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages