排序
using Selenium to login to a website
using Selenium to login to a website,So far all the posts have been introducing Selenium and Python. Today we are going to write a Selenium test that will login to a website. The f...
what is a locator in Selenium (and Python)
what is a locator in Selenium (and Python),In order to interact with a web page in Selenium you have to locate the element. As a human you do this without much thought. In Selenium...
how to interact with a webpage with Selenium and Python
how to interact with a webpage with Selenium and Python,Once you have navigated to a page, in order for your tests to be useful you will need to interact with that page. In my exam...
How to get started with Selenium and Python
How to get started with Selenium and Python,Step one, you need to get chromedriver. What is chromedriver? It is a separate binary that you must run to get Selenium and Chrome worki...
pytest Report Generation For Selenium Automation Scripts
pytest Report Generation For Selenium Automation Scripts,Test automation frameworks such as pytest are very powerful in automating tests when used along with the Selenium, the test...
How I did 12K commits in Github within 24 hrs
How I did 12K commits in Github within 24 hrs, How I did 12K commits in Github within 24 hrs — Python Automation So, I did 12K commits in Github within 24 hrs by running an auto...
Automating The Creation Of Projects With Python
Automating The Creation Of Projects With Python, Originally published at blog.mphomphego.co.za on July 06, 2019. The Story As a developer who always has fresh new app/package ideas...
Automate your computer- remove emails
Automate your computer- remove emails,So I encountered a really annoying problem at my work. We have support auto-emails and they send me to much emails. What most people would do ...
Three Ways to Automate Python Scripts via Jupyter Notebook
Three Ways to Automate Python Scripts via Jupyter Notebook, Whether you're sending reports, executing long running tasks or updating a dashboard you likely have a dozen or so Noteb...
A Simple Script to Automate Instagram Unfollowing
A Simple Script to Automate Instagram Unfollowing,Hello everyone. I have coded a simple Python script to automate Unfollowing process on Instagram. Please go to my project via foll...
How I am learning to test The Internet with SeleniumBase
How I am learning to test The Internet with SeleniumBase,Goal: I have a simple, ambitious big hairy goal Learn how to 'Automate all the (test) things, in Python'. This is Part 1 on...
Automation for Java Developers – tips and snippets
Automation for Java Developers - tips and snippets,Automation is something that can save your future self a lot of time. It is not an urgent thing, but it is very important. It wil...