public JobiakMainLinksSteps() { jobiakMainLinks = new JobiakMainLinks(driver); jobiakBottomLinks = new JobiakBottomLinks(driver); whoWeWorkWithLinkEnterprise = new WhoWeWorkWithLinkEnterprise(driver); howWeWorkPartnershipsAlliances = new HowWeWorkPartnershipsAlliances(driver); sMBSPlan = new SMBSPlan(driver); //loginPage = new Loginpage(driver); }
public SMBSPlanSteps() { sMBSPlan = new SMBSPlan(driver); }