Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created April 24, 2020 15:05
//Constructor of HomePage Class
public HomePage(WebDriver web_driver) {
this.driver = web_driver;
PageFactory.initElements(web_driver, this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment