
While debugging a error in Selenium get_eval function, I faced a strange problem (at least strange to me and probably couple of other folks might be facing this STRANGE problem as well) where my following piece of code was throwing…
Selenium throws a Permission Denied error after clicking, if we are not waiting for page to load before accessing the GUI. In most of the cases it works fine for Firefox, but with IE, this fails. Consider the following piece…
If you try to select a label in a drop down using type command in selenium, what do you expect it to do?? Throw error?? or work fine?? Well, both the statements are true. The first one holds true for…