Hey Ive tried looking for how to solve this for a couple hours and I keep coming up blank.
Im using Selenium IDE to try and make a few simple Automated tests (basically the test will access the site, create content and submit it, to ensure that it still works)
But there is a part of the site that is a javascript text box and i need to enter text into it.
However Selenium doesn't recognize any actions I make inside the text editing section of the box. It will recognize if I press something like BOLD or ITALICS. When I select BOLD it returns: click | //a[@id='mce_editor_1_bold']/img |
But like i said, it wont recognize when I select the text editing part of the box. I tried using xpath (and firebug) after some research online, but I cant seem to make that work.
Anybody have help or ideas to offer?