Molybdenum is a open-source test tool for web applications. It simulates user interactions in the browser and comes as a Firefox Extension. Molybdenum is built on top of Selenium Core.
Questions tagged [molybdenum]
3 questions
4
votes
1 answer
Turn off built-in rss reader in Firefox 13
A couple of years ago, I designed a bunch of automatic tests for a webapplication using Molybdenum. Some of these checked the data showed in a rss feed through an xml parser. The test required the browser to show the rss as a simple xml file.
At…

Davide Melfi
- 250
- 2
- 12
0
votes
2 answers
Regex extraction of one letter inside html chunk
Hi need to extract ONE letter from a string.
The string i have is a big block of html, but the part where i need to search in is this text:
Vahvistustunnus M :
And I need to get the M inside the nbsp's
So, who is the quickest regex-guru…

Jonas Cannehag
- 391
- 2
- 11
-1
votes
1 answer
does molybdenum work with flash/flex?
no, it's not a chemistry question :-|
came across this firefox add-on, molybdenum, a capture replay testing tool (I guess it's a play on selenium), and would like to know if anyone has had any luck using it in flash/flex apps?
Thanks.