Questions tagged [selenium-ide]

The Selenium-IDE, also known as the Integrated Development Environment, serves as the main tool for creating Selenium test cases. This user-friendly Firefox plug-in is widely recognized as the most effective method for developing test cases efficiently.

Selenium IDE: Struggling to select a Vaadin button with click functionality

My goal is to automate the process of navigating to an external website by clicking on a button that shows the following week in a fullcalendar. I found a Fullcalendar addon for Vaadin that looks promising. The HTML code defining the button is as follows: ...

Steps for revealing the actual URL using Selenium-IDE

(I'm French so please excuse any language errors...) I am trying to use Selenium to download PDFs from certain websites. I have attempted using the web-driver option, but I have around 500 URLs to navigate through using Firefox... So, utilizing Selen ...

Attempting to locate an element using Selenium IDE proves to be challenging unless each command is executed individually

Currently, I am utilizing selenium ide for automating my tests. Once I click on a link, a popup window appears with a div containing text. Strangely, I am unable to retrieve the text within the div tag without either double-clicking on it or executing the ...

streamlining the deletion of Yahoo emails

Currently, I am utilizing Selenium IDE within Firefox to remove unread emails from Yahoo mail. With approximately 30,000 unread emails in our inbox, it seems that Yahoo only deletes less than 100 at a time. I have recorded the necessary steps for this pro ...

Automating tests with d3 technology

Currently, I am facing a challenge with testing d3-based Angular components. My initial plan was to utilize Selenium IDE or Kantu for this purpose, but it appears that these tools are unable to capture interactions with SVG elements. Can anyone suggest a ...

What is the best way to retrieve all list items using Selenium WebDriver?

Just starting out with Selenium and need assistance with getting a list of items. Here's the code I'm working with: <div id="books"> <ul> <li>Aw</li> <li>Ax</li> <li>Ay</li> </ul> < ...

Bidimensional Selenium matrix

Could someone please help me understand how to extract values from a bi-dimensional array using Selenium? I have a resources.js file with the array created, and need to access it in Selenium. Here is the structure of the array: The array consists of 4 col ...

What are some ways to implement parametrization in Selenium IDE?

Attempting to test a login page through Selenium IDE has presented itself as a challenge. Despite manually testing various login values, the most optimal method for fully testing this scenario remains unclear. What approach should I take to effectively t ...

TestNG fails to execute cross browser tests after launching the initial browser

When attempting to run basic tests on different browsers, the tests fail after launching the first browser (Firefox) and do not execute in Chrome and IE. Here is the Java code using TestNG annotations: package com.Selenium_Practice; import java.util.con ...

Why isn't my Selenium Java test script displaying a basic confirmation message as intended?

I've been working on completing a test script in Java and everything is functioning perfectly. The goal is to display a confirmation message indicating that the account creation was successful after all the preceding steps have run. In order to achieve th ...

What is causing selenium ide to append extra 's to my file path?

I am attempting to upload a file to selenium IDE from a shared network drive. However, I have encountered an issue where extra backslashes are added to the file location after clicking on another command, causing the file not to be uploaded successfully. ...

Can a string be separated into an array using Selenium IDE?

Can anyone help me figure out how to separate the numbers "1 out of 20" into two variables? I'm looking for a way to assign 1 to one variable and 20 to another variable. Any suggestions? ...

Perform a conditional post-build action in Jenkins without relying on plugins

It seems like I have the ability to make a build step conditional using this interesting plugin: link I'm wondering if this plugin also works for Post-Build steps. Is there a way to make Post-Build steps conditional without relying on a plugin? The situa ...

Ensuring Image Visibility: Validating the Presence of an Image in a Specific Webpage Section

I'm currently working on writing a test that has the capability to perform the following tasks: 1. Navigate to a specific website. 2. Go to a particular page within the site's menu. 3. Once on that page, verify that the image I'm looking for ...

How can Selenium retrieve a distinct value?

Currently, I am utilizing selenium to automate the completion of forms. One requirement is for it to produce a distinct value for my username field. What steps should I take to accomplish this task? Here is what I have so far: Command: type Target: id_ ...

Encountered an Xpath error while attempting to create a random email generator using Selenium IDE

While attempting to execute a script, I encountered an "element not found" error with Selenium failing to detect the xpath. My goal is to randomly generate email addresses. Every time there is an error message stating: [error] Element .//[@id='GmailAddres ...

Could you assist me in storing the current URL as a variable?

As a newcomer to Selenium IDE, I am still learning the ropes of scripting and coding. My goal is to capture the URL of the current page as a variable for future use. Most of my research has led me to outdated information about the storeLocation command, w ...

Using the not operator in Selenium IDE XPath for waitForElementNotPresent seems to be ineffective

I am facing an issue with an XPath in Selenium IDE. In a table, there are multiple records. Above the table headers, there are filtering dropdown menus and a funnel icon that triggers an AJAX function to retrieve filtered data. The problem is that Seleniu ...

Is it beneficial to mandate developers to include element IDs for the purpose of creating thorough automated tests?

Currently, I am in the process of writing Selenium tests for a web application that is built using React. However, I am encountering some challenges when it comes to writing tests in Selenium. It seems that many elements do not have unique IDs that can be ...

Retrieving Selenium IDE output from Selenium WebDriver

I have a specific requirement where I need to access an element on my webpage and retrieve all of its properties. While I have successfully written a webdriver script to gather the id, name, css, and link text of the element, I am struggling with how to ob ...

Numerous positions available for Selenium scheduler roles

I am currently working with Selenium on Firefox and I have a question regarding the scheduler. Is it feasible to run multiple tests simultaneously in the Selenium scheduler? I have set up 4 jobs with distinct time schedules, however, on some days only o ...

Selenium is an invaluable tool for automatically navigating web pages and testing

My selenium code snippet: selenium.type("document.forms['UploadForm'].elements['browse']",file.getAbsolutePath()); selenium.click("document.forms['UploadForm'].elements['submit']"); I have several forms with browse buttons labeled as "browse" and submit ...

How can one choose a selenium element using parentheses and its name?

I have a specific input element that I need help with: <input name='selected(1234)' type="checkbox" /> However, when I try to record an action on this element, I encounter an issue: Command: click Target: selected(1234) Unfortunately, t ...

Issue encountered while executing test case with batch file in Selenium IDE

My testing process began with using the Selenium IDE Firefox plugin to record a test case, followed by executing it with the help of a '.bat' command line code. The command used for automation testing is as follows: java -jar C:\Selenium&bs ...

Scan through the rows in an Excel spreadsheet and automatically transfer the information into a text box on a webpage

Seeking advice on how to read an excel sheet from my local drive "C:\company_names.xls" and populate the data into text boxes on a webpage. Here is the test case scenario: 1) The webpage should open in Firefox. 2) Click on the left navigation tab la ...

Having trouble with Selenium IDE not recognizing Javascript notifications when clicked?

Here is an example of HTML code: <div role="alert" name="notification_actions" style="font-size:13px;" class="alert-action alert-info notify_actions text"> <a href="#"></a><a data-dismiss="alert" id="18" class="close remove_notify" ...

Is a Selenium loop a viable option?

</head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> <tr><td rowspan="1" colspan="3">test</td></tr> </thead><tbody> <tr> <td>click& ...

Discovering the font-weight attribute in Selenium IDE

Currently, I am working with Selenium IDE and aim to detect when a text element has the 'font-weight:bold' CSS property applied to it using 'verifyAttribute'. The specific CSS locator being used is: css=body.home.es ul#languages li:nt ...

Is it possible to translate Selenium IDE test scripts to Selenium WebDriver tests using Java programming language?

When recording my tests with Ghost inspector, I can export them in Selenium IDE format. Can these exported tests be used to write future Selenium web driver tests in Java? The format of the exported tests appears as follows: Navigation waitForPageToLoad ...

Tips for using Selenium IDE with Firefox version 32

Recently, I added the Selenium IDE extension to Firefox 32 through the "Get Add-ons" option. However, when I try to access the Selenium button, an alert pops up stating: "You don't have installed Selenium IDE". Has anyone else faced this issue before ...

What is the best way to locate an element using xpath?

I've been on the hunt for a "button" to click, but unfortunately it doesn't have an id attached to it. No matter what I try - Xpath or cssSelector - nothing seems to work. Here are the elements of this elusive button: div style="cursor: grabbing ...

Element cannot be located using XPath Selector for a text type without a corresponding name or Id

Browser Inspection Tool https://i.stack.imgur.com/jsOeJ.png An Example in C# IWebElement Search = driver.FindElement(By.XPath("//*[@placeholder='search' and @type='text']")); Actions actions_Search = new Actions ...

What are some strategies for managing multiple downloads in Selenium IDE without interrupting the process?

I have a scenario where I need to download multiple files using Selenium IDE while working on a webpage that requires login credentials. Here are the steps I am following: 1. Login 2. Navigate to the page 3. Search for data 4. Download PDF --- 5. Download ...

Utilizing storeXpathCount function along with contains in xpath within Selenium IDE

Attempting to calculate the number of rows in a table that contain the value "ICETS" in the second column, using the following code: <tr> <td>storeXpathCount</td> <td>//table[@id='DataTables_Table_0']/tbody/tr[contains(td[2], " ...

The dragAndDrop command is not supported in selenium when using ruby

Currently, I have a well-organized test suite in the Selenium IDE using the HTML format. However, I am interested in converting it to Ruby. When attempting to change the format to ruby/rspec, I encountered the following error: # ERROR: Caught exception [ ...

Tips for validating a string in a URL with Selenium IDE

When I click on a tab on my website, it triggers an AJAX service call where the URL contains parameters related to the data being loaded after the tab is clicked. The data is displayed as horizontal tiles one below the other, with 4 tiles being loaded pe ...

Using Selenium IDE to perform comprehensive tests on all website links

Currently, I am in the process of utilizing Selenium IDE for testing a web application. The page in question contains multiple links that trigger modal windows. My goal is to test every single link on the page in order to confirm that they all result in mo ...

From creating a Selenium IDE test script to executing it in Selenium IDE

I'm seeking assistance in creating a test script using Selenium IDE and converting it into Selenium webdriver. I need guidance on setting it up in Visual Studio and running it successfully. Any help or resources, such as videos, would be greatly apprecia ...

Selenium IDE - ways to save the URL of a hyperlink and navigate to it later? Was previously functioning as expected

A few months ago, everything was working perfectly with my test. However, now it fails and I'm unsure why or how to resolve the issue. Background: On a screen, there are various links that allow the logged-in 'admin' user to log in as one of the 'practi ...

Selenium IDE: Creating a new variable by extracting a text string from an existing one

I have a scenario where I need to extract a specific text string from a variable and use it in a new command on Selenium IDE. The test suite snippet is structured as follows - storeAttribute | link=EMQ Welcome Page@href | window echo | ${window} The ech ...

The process of retrieving CSS attributes from a control found by XPath using Selenium IDE

During my Selenium IDE script execution, I am looking to identify and handle an error state. This specific error state is visually highlighted on the page with a select control changing its background color to a light shade of red. The xpath for the selec ...

Is there a way to verify the presence of a link using Selenium IDE?

Looking for assistance with creating a test case in Selenium IDE as a new user. The test case should take the URL of the Home page as input and run tests repeatedly to check for the presence of all links on both the Home page and all inner pages. ...

Verifying a parameter from a request URL using Selenium - A step-by-step guide

I found myself on the following webpage: http://localhost:8080/login?error=true How do I verify if the error variable contains the value true? https://i.stack.imgur.com/F5TkF.png This is what I have tried so far and failed: https://i.stack.imgur.com/3 ...

Using Python Selenium to Download an Image to a Local Directory

What is the best way to transfer an image from a source to a local folder using Python with Selenium? I could use some assistance, thank you in advance. ...

Tips for using Selenium IDE to extract numbers from a parent div while excluding any text from its child

I'm trying to extract the numerical value from the Steam site -> Here is a snapshot of the element: https://i.stack.imgur.com/8jg6k.png The code I am using is: await driver.findElement(By.xpath("//div[@class='online_stats']//div[2 ...

Tips for utilizing selenium IDE for creating an HTML report

Currently working on a project developed using GWT, I have been utilizing Selenium IDE to record the steps taken on each page. I am now wondering how I can generate an HTML report after running the test suite in Selenium IDE. Appreciate any help or guida ...