Skip to content

Apply page object design pattern with Selenium to automate LinkedIn application

Notifications You must be signed in to change notification settings

TimKong21/Automate-LinkedIn-Job-Application-with-Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Automate LinkedIn Job Application

This repository demonstrates automation of job application with selenium. Page Objects design pattern is used to represent the area where the test interacts within the web application user interface.

Benefits of using page object pattern:

  • Ease reading test cases
  • Create reusable code that can share across multiple test cases
  • Reduce the amount of duplicated code
  • Eease fixing changes in only one place when the user interface changes

References

Below are the references to the selenium API.

About

Apply page object design pattern with Selenium to automate LinkedIn application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published