Month: January 2022

22
Jan
2022

Selenium Testing with Python

  https://demo.seleniumeasy.com/basic-first-form-demo.html Python selenium commands cheat sheet from selenium import webdriver #chrome_browser=webdriver.Chrome(‘./chromedriver’) driver = webdriver.Chrome() driver.get(“https://demo.seleniumeasy.com/basic-first-form-demo.html”) driver.maximize_window()…

22
Jan
2022

git 2022

13
Jan
2022

Protected: Guitar Lesson

There is no excerpt because this is a protected post.

13
Jan
2022

DevOps Engineering CI/CD Practice 2022

Hello, I will publish here my updates about the DevOps here that I will learn from different…