Hi Guys,

Just a quick (random) question...
Is the anyway using Watir-Webdriver where I can edit or add to the
HTML on a page in my test.

The HTML is:
<select size="8" name="allItems" style="width: 100%;" id="allItems">
      <option value="/content/story/jackpotjoy/tvads/
babs_announcement">/content/story/jackpotjoy/tvads/babs_announcement</
option>
      <option value="/content/story/jackpotjoy/video_susy_test">/
content/story/jackpotjoy/video_susy_test</option>
      <option value="/content/story/jackpotjoy/whatsnew/bingo_royale">/
content/story/jackpotjoy/whatsnew/bingo_royale</option>
      <option value="/content/story/jackpotjoy/whatsnew/bejeweled-
games">/content/story/jackpotjoy/whatsnew/bejeweled-games</option>
      <option value="/content/story/jackpotjoy/whatsnew/new-games">/
content/story/jackpotjoy/whatsnew/new-games</option>
      <option value="/content/story/jackpotjoy/whatsnew/meetthestars">/
content/story/jackpotjoy/whatsnew/meetthestars</option>
      <option value="/content/story/jackpotjoy/video_test">/content/
story/jackpotjoy/video_test</option>
      <option></option>
</select>

the very last <option></option> i want to put:
value="/content/story/jackpotjoy/video_test">/content/story/jackpotjoy/
video_test99
into it so i get something like this:

<option>value="/content/story/jackpotjoy/video_test">/content/story/
jackpotjoy/video_test99</option>

Is this even possible?

kind regards,
Usman Hussain

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to