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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:51:35+00:00 2026-06-17T19:51:35+00:00

I used the webdriver backed selenium to wait for a specific frame to load.

  • 0

I used the webdriver backed selenium to wait for a specific frame to load. since in certain cases the switching to a specific frame fails because the frame hasn’t loaded.
The code I use is

selenium.waitForFrameToLoad(frameJCLeft, strTimeOut);
driver.switchTo().defaultContent();
driver.switchTo().frame(frameJCLeft);

Please let me know if there’s a method as I’m planning to eliminate selenium backed webdriver and only use the webdriver api

  • 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-17T19:51:36+00:00Added an answer on June 17, 2026 at 7:51 pm

    You can use Web Driver Wait and Expected Condition class to achieve this.

    Try this code.

      WebDriverWait wait = new WebDriverWait(driver,10);
      wait.until(ExpectedConditions.frameToBeAvailableAndSwitchToIt(frameName);
    

    The above code will wait for a given frame up to 10 seconds. If the frame is available then it switches to the given frame. Otherwise, it throws a TimeoutException.

    The time limit depends upon the application and user wish.

    For more info http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/selenium/support/ui/ExpectedConditions.html#frameToBeAvailableAndSwitchToIt(java.lang.String)

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

Sidebar

Related Questions

Selenium WebDriver code being used. FreeToPay is class representing Home Webpage of http://www.royalmail.com/ getWebDriver
I used Java and Selenium Webdriver in a regression testing script. I chose a
I upgraded to Selenium 2.20 to use Webdriver backed Selenium in Python. I did
I am trying to config proxy settings for the WebDriver so I have used
I am trying out WebDriverBacked selenium. I used the below code. But, it gives
I'm using selenium's webdriver.find_element_by_link_text('searchterm') to get a webElement. I can then find the href
I'm currently using Eclipse with TestNG running selenium webdriver with java. I am using
As a result I have the instance of Capybara::Element and methods from Selenium::WebDriver::Element cant
This question is about the Java API of Selenium 2 RC2, used with Firefox
In Selenium RC, I used the following code using Java for refresh on the

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.