Author: zakilive
Here I will share about my learning on SOLID principle and implement those learning in Python. I…
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()…
There is no excerpt because this is a protected post.
Hello, I will publish here my updates about the DevOps here that I will learn from different…
Part 1: Link Twitter Bot for various Activities: import time import tweepy auth=tweepy.OAuthHandler(”,” ) auth.set_access_token(”,”) api=tweepy.API(auth) #…
Recent Comments