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

  • Home
  • SEARCH
  • 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 8881155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T20:17:21+00:00 2026-06-14T20:17:21+00:00

I have to test a dynamic app using the ZK framework and Selenium does

  • 0

I have to test a dynamic app using the ZK framework and Selenium does not identify the id’s from the different elements, so can’t enter text in the textboxes or select an element in a list (elements from a database)

Whatever I use (xpath or css selector) nothing works, always the same error

Does anyone know how can I fix my problems?

I’m using Selenium IDE 1.9.0

Netbeans IDE 7.1.1

And Firefox 16.0.2

Thanks

The Html code is:

button id="zc_subdossierzulButton_8" class="butt z-button-os" style="border-style: solid;border-width: 1px;border-color: #ED0000;" type="button">Rechercher

And the Java code i tried is:

driver.findElement(By.cssSelector("zc_subdossierzulButton_8.butt")); 

don’t work

this:

driver.findElement(By.cssSelector("butt z-button-os")); 

don’t work

and this:

String cssSelector = "[class='butt z-button-os']"; 
driver.findElement(By.cssSelector(cssSelector)).clear(); 
driver.findElement(By.cssSelector(cssSelector)).sendKeys("c");
  • 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-14T20:17:22+00:00Added an answer on June 14, 2026 at 8:17 pm

    Please go through the following documentation and try using different options like

    driver.findElement(By.id("coolestWidgetEvah"));
    OR
    driver.findElements(By.className("cheese"));
    OR
    driver.findElement(By.tagName("iframe"));
    OR
    driver.findElement(By.name("cheese"));
    OR
    driver.findElement(By.linkText("cheese"));
    OR
    driver.findElement(By.partialLinkText("cheese"));
    OR
    driver.findElements(By.xpath("//input"));
    

    http://seleniumhq.org/docs/03_webdriver.html#locating-ui-elements-webelements

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to have a dynamic URL preferably from a Test Class. Can any
I have a Test Class, that test the access of all page with different
I have a test project, with an App.config that sets up default values for
I have one C code app. which i was building using MS-VS2005. I had
I have a dynamic page built with jQuery. Html pieces are loaded from mustache
I have a Windows/Apache2/PHP app that receives file using chunked encoding. The reason is
I have a standalone (3rd party) app that I'm trying to launch using a
I have a client VB .NET 3.5 WPF app which is basically a test
I have been trying to generate simple PDFs from my app so that I
I have Test controller and Test agent installed on a virtual machine VM1. Test

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.