List of All Selenium WebDriver Commands with Examples

1. Browser Launch commands: driver = new ChromeDriver(); driver = new FirefoxDriver(); driver = new EdgeDriver(); driver = new OperaDriver(); driver = new SafariDriver(); 2. Navigation methods: get(“http://www.seleniumlearn.com”); navigate().to(“https://www.techlearn.in”); navigate().back(); navigate().forward(); navigate().refresh(); 3. Browser Close methods: close(); quit(); 4. Browser Maximize and Minimize methods: manage().window().maximize(); manage().window().minimize (); 5. Identify the web elements methods: findElement() It … Read more

Manual FAQ

What is Smoke Testing ? What is Sanity Testing What is Retesting What is Regression Testing What is Compatibility Testing What is Monkey Testing What is Exploratory Testing What is End To End Testing What is Usability Testing What is Adhoc Testing What is Parallel Testing What is Cross Browser Testing What is Performance Testing … Read more