public static ISelenium s;
I access the s object through multiple threads but doing so causes problems and errors.
It looks like you cannot access the selenium object twice. Whenever I try to use IsElementExist it fails to find it and says that the startIndex is larger than the string size.
Any idea how I can get around this?