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 6388153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:14:36+00:00 2026-05-25T03:14:36+00:00

When I a generate SelectOneMenu with JSF2.0 the the id I specified in the

  • 0

When I a generate SelectOneMenu with JSF2.0 the the id I specified in the xhtml is attached to a generated ID from JSF.

e.g. out of my_fancy_id it generates j_idt9:my_fancy_id

Now I want to test my page with Selenium 2 Web Driver. I try to re-find my select menu:

driver.findElement(By.id("my_fancy_id"));

Of course it does’t find anything because the id is changed. What is the best way to find the select menu on the page?

  • 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-05-25T03:14:37+00:00Added an answer on May 25, 2026 at 3:14 am

    Usually the id of the form is prepended to all element ids inside the form. If you don’t set a form id, JSF does it for you (the ‘j_idt9’). Solution: Assign an id to your form and try to use the full id in your findElementmethod, e.g.:

    <h:form id="myForm">
     ...
    </h:form>
    

    Call it this way:

    driver.findElement(By.id("myForm:my_fancy_id"));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I generate .java files from a PrintWriter class. These generated files contain many nested
I generate a figure in MATLAB with large amount of elements (100000+) and want
I generate a dynamic assembly with CSharpCodeProvider, from a C# source saved into a
I generate some code using CXF from a WSDL-file. When compiling the code with
I generate a pdf file from HTML using Pisa: def fetch_resources(uri, rel): path =
I generate graphml file from my application writing in Delphi7. Every thing is fine
I generate a HTML page with the links to images from a directory. First
I generate Java classes from my XSD schema file using XJC command line tool.
I generate a file server side and I want the client to automatically open
I generate an SQL from NativeQuery and this is the result sql: SELECT COUNT(id)

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.