I am running some unit tests on my code, and for this I had to download the selenium server. Now, one of the examples selenium includes is called GoogleTest. I had this copied to my C:\ folder, and tried to run it.
At first, i had an error trying to open firefox. Seems that selenium hasn't been updated for quite some time, since it supports up till Firefox version 3.5. Found this helpful blog that helped me (changing 3.5.* for 7.0.*).
Now, I have a new problem. It seems selenium hasn't updated its docs either, and the GoogleTest hangs when executed (this post explains why). When using AJAX type operations, the operation waitForPageToLoad hangs.
Now, I need an equivalent to this operation but when dealing with AJAX operations.. anybody knows of an alternative? Thanks