Git Basics

Yosuva ArulanthuGitLeave a Comment

Git is a version-control system for tracking changes in computer files and coordinating work on those files among multiple people. This page contains a few useful git commands Most common flow of commands Create a repository … Read More

How To Download a File with Selenium PYTHON, RUBY, JAVA

Yosuva ArulanthuJava, Python, Ruby, Selenium, Test Automation, TestingLeave a Comment

Just like with uploading files we hit the same issue with downloading them. A dialog box just out of Selenium’s reach. A Solution With some additional configuration when setting up Selenium we can easily side-step the dialogue box. This is done by instructing the browser to download files to a specific location … Read More