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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T12:30:19+00:00 2026-05-24T12:30:19+00:00

I want to automate some GUI tasks using Selenium. And integrate this task in

  • 0

I want to automate some GUI tasks using Selenium.
And integrate this task in my automation suite written in Java.
Being totally new to selenium, I did some research on the same.
So what I’m configured is this:-

  • Selenium IDE 1.1.0
  • Selenium Server 2.3.0
  • Selenium client driver (for java) 2.3.0
  • Linked client diver and server jar in my Eclipse project
  • used selenium IDE to capture a sample task (this needs to be repeated my times depending upon some inputs, which is what I’m trying to automate) and export this as Junit4 (Webdriver)

Now while running this as Junit test from Eclipse I get the following error

org.openqa.selenium.WebDriverException: Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI)

This looked like some problem with the URL but I’m not sure what.
These are parts of the relevant code

private WebDriver driver;
private String baseUrl="https://172.25.18.53:9443";  //IS THIS CORRECT ??
driver = new FirefoxDriver();
driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);


driver.get("/");
driver.findElement(By.name("Username")).clear();
driver.findElement(By.name("Username")).sendKeys("admin");
driver.findElement(By.name("Password")).clear();
driver.findElement(By.name("Password")).sendKeys("asdf1234");
driver.findElement(By.name("UserLoginButton")).click();
driver.findElement(By.linkText("Security")).click();
driver.findElement(By.linkText("Token Vaults")).click();
// SO ON ...

Any pointers what could be the issue here ?

To add to the above:

  • When I run this test Firefox is launched but with an empty URL and nothing occurs.
  • Interesting to note that variable baseUrl was empty (and used nowhere in the code) when I exported the code from Selenium IDE. So I manually updated this variable hoping that maybe this would fix the error but to no avail.
  • 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-24T12:30:19+00:00Added an answer on May 24, 2026 at 12:30 pm

    you are supposed to put the address on the get method:

    driver.get(“https://172.25.18.53:9443”);

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

Sidebar

Related Questions

I am using Selenium RC to automate some browser operations but I want the
I want to automate a Windows 2000+ server reboot process using Task Scheduler or
I am using SourceForge for some Open Source projects and I want to automate
So I want to automate a manual task using shell scripting, but I'm a
I want to Automate the build process of my company. We are Using.Net platform
I want to use bat to automate some of my work. It should first
I want to build a php based site that (automate) some commands on my
I want to automate interaction with a webpage. I've been using pycurl up til
I was hoping to automate some tasks related to SubVersion, so I got SharpSvn.
I want to try and write a function to automate some of the legwork

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.