Hi,
Using Silk 4J, how to get list of elements from a select box?
In selenium, select class can be used. Is there a similar way to achieve that in Silk?
Select select = new Select(element);
List<WebElement> options= select.getOptions();
-Alice
Hi,
Using Silk 4J, how to get list of elements from a select box?
In selenium, select class can be used. Is there a similar way to achieve that in Silk?
Select select = new Select(element);
List<WebElement> options= select.getOptions();
-Alice