Skip to content

Instantly share code, notes, and snippets.

View tomaszwojciechowski's full-sized avatar

Tomasz Wojciechowski tomaszwojciechowski

View GitHub Profile
@codification
codification / DropdownBoxTest.java
Last active July 23, 2020 11:21
Selenium Test Angular Multiselect Dropdown
package tst;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.FluentWait;
import org.openqa.selenium.support.ui.Wait;