Wednesday, July 11, 2018

Python Webdriver and the Page Object Model

Image result for technical workshops

Welcome to my new blog where I will be discussing Python Webdriver and the Page Object Model and the tools you will need to help make you an effective automation engineer.

Getting Started
Tool set that I currently use:


  • PyCharm IDE - https://www.jetbrains.com/pycharm/
  • Pandas - Pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming - https://pandas.pydata.org/
  • Selenium WebDriver - https://pypi.org/project/selenium and http://selenium-python.readthedocs.io/api.html
  • Chromedriver 2.40 - http://chromedriver.chromium.org/downloads
  • Chrome v66 - https://www.google.com/chrome/
  • Numpy  - www.numpy.org/
  • Beautiful Soup - http://www.pythonforbeginners.com/beautifulsoup/beautifulsoup-4-python











No comments:

Post a Comment