9 lines
639 B
Markdown
Raw Normal View History

### Relevant Articles:
2020-07-07 14:18:10 +03:00
- [Guide to Selenium with JUnit / TestNG](http://www.baeldung.com/java-selenium-with-junit-and-testng)
- [Testing with Selenium/WebDriver and the Page Object Pattern](http://www.baeldung.com/selenium-webdriver-page-object)
2020-02-10 15:12:42 +08:00
- [Using Cookies With Selenium WebDriver in Java](https://www.baeldung.com/java-selenium-webdriver-cookies)
2020-07-07 14:18:10 +03:00
- [Clicking Elements in Selenium using JavaScript](https://www.baeldung.com/java-selenium-javascript)
2020-07-23 21:06:51 +08:00
- [Taking Screenshots With Selenium WebDriver](https://www.baeldung.com/java-selenium-screenshots)
2021-07-02 05:32:00 +08:00
- [Running Selenium Scripts with JMeter](https://www.baeldung.com/selenium-jmeter)