This example was just to get you started with Selenium. This
tool can simulate quite a few operations and inspect various
page properties. For example, use the
Select
method to choose options from a dropdown menu
(select
HTML tag), or
GetLocation
to inspect the current page URL. See
dotnet/doc/index.html
in your Remote Control installation for more information on the
ISelenium interface.



