Hot answers tagged browser-automation
4
In your comment you mentioned that the element is within a <frameset> \ <frame>. To work with any element within a frame, you need to first switch the context of the driver from the main page to that frame:
driver.switchTo().frame("foo");
In this example "foo" would be the name of the iframe. You can also do it by index if the frame has no name ...
2
There are a number of tools that can do everything you want. Do you have a specific language/programming environment you prefer?
I prefer RestSharp and json.net if you've got visual studio and C#, however there's nothing built in to do the performance stuff unless you have visual studio ultimate in which case you can use the load testing tool. As for the ...
Only top voted, non community-wiki answers of a minimum length are eligible
