There are certain times you need to change move your repository to different service provider with history. Assume that you have a repository in GitLab and you wanted to migrate it to GitHub. Here is the basic steps to follow. Clone your repo Clone repository to your local machine including all branches and tags. Note: […]
Automatic Form Filling with Selenium
Installing the Selenium IDE Plugin We will primarily use the Google Chrome browser for this job. If Chrome is not installed on your system, download it first and complete the installation.To download “Selenium IDE”, visit “https://chromewebstore.google.com/”. Find the “Selenium IDE” plugin by typing “Selenium” in the search box. Click on the “Selenium IDE” plugin to […]