Skip to content

tapQA/selenium101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium 101

Use these as examples for teaching yourselves Selenium.

Open as Issue to discuss additions or improvements. PR's also welcome.

Windows & Git

If you have not done so already, follow these instructions to install git:

  • Download and install git for Windows from https://git-scm.com/download/win.
  • Use all installation default settings, but for the Adjusting your PATH environment option – select the second option: Use Git from the Windows Command Prompt
  • You are now able to access git from both the standard Windows cmd or from the newly installed Git Bash.
  • After installation, run the following commands to set your git config file (insert your information):
$ git config --global user.name "your_lastname, your_firstname"
$ git config --global user.email "your_email@blah.com"

Links to Useful Resources

About

Examples of selenium tests in popular programming languages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published