Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8390155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T18:54:42+00:00 2026-06-09T18:54:42+00:00

I am using watir-webdriver, I am trying to write the content displayed in a

  • 0

I am using watir-webdriver, I am trying to write the content displayed in a table below (RATE CODE SELECTED NOT AVAILABLE THIS LOCATION OR CAR 138DE) into a text file but I can’t get it to display the content. Any idea what i doing wrong ? Thanks in advance for your help.

errorMes = browser.select_list(:name => 'seamlessMessages').value
    f3=File.open( 'Error Log - Conf Res.txt', 'a') 
    f3.puts "Cancel Reservation - FAILED - Res ID: " +tasid+" - " + CSAsite + " - Message: " +errorMes
    f3.puts "\n"
    f3.close

code

<TD><B>Error/Informational&nbsp;Messages</B></TD>
                <TD><B>Number&nbsp;of&nbsp;Messages</B></TD>
                <TD class="tableData"><span name="nbrOfMessages"/>1</span></TD>
                <TD>&nbsp;</TD>
            </TR>
            <TR>
                <TD height="1"></TD>
            </TR>
        </TABLE>
        <TABLE width="100%" class="displaySubsection" cellpadding="0" cellspacing="0">
            <TR>
                <TD width="5" rowspan="3"></TD>
                <TD width="800"></TD>
                <TD width="5" rowspan="3"></TD>
            </TR>
            <TR>
                <TD>
                    <select name="seamlessMessages" size="2" readonly tabIndex="-1" class="readonly wide"><option value="0" selected>RATE CODE SELECTED NOT AVAILABLE THIS LOCATION OR CAR     138DE     </option></select>
                </TD>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T18:54:43+00:00Added an answer on June 9, 2026 at 6:54 pm

    I assume your problem is that you are getting “0” instead of “RATE CODE SELECTED NOT AVAILABLE THIS LOCATION OR CAR 138DE”.

    When you do errorMes = browser.select_list(:name => 'seamlessMessages').value, it is returning the ‘value’ attribute of the selected option.

    If you want the text, you need to do:

    errorMes = browser.select_list(:name => 'seamlessMessages').selected_options.first.text
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Watir-webdriver 0.5.3. Before with versions circa 0.4.x this was never trouble:
I am using watir-webdriver to scrape from a page with nested table based layout.
I am using watir-webdriver, I am trying to select one box from the HTML
I am trying to automate a Jquery UI slider using watir-webdriver and ruby but
I'm using Firefox 13 and Watir-webdriver on windows via Ruby 1.9.2 and porting some
I am using watir-webdriver and am attempting to check the background-color of an HTML
I would like to set a text field with watir-webdriver using css selectors to
I'm using Watir to do some automated testing for a website. This particular test
I am using Watir to write some tests for a web application. I need
Using Watir-Webdriver, how can I automate the output of all the elements in an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.