Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [selenium-ide]

The Selenium-IDE (Integrated Development Environment) is the tool you use to develop your Selenium test cases. It’s an easy-to-use Firefox plug-in and is generally the most efficient way to develop test cases.

selenium-ide
0 votes
1 answer
21 views

Trying to scavanage data using Selenium but save button isn't working

I am trying to save the booth addresses using Selenium for machine learning algorithms, but the save button is not getting clicked: I tried all types of selectors, different methods, JavaScript, and ...
Anurag Sinha's user avatar
0 votes
0 answers
19 views

What is the correct way to check a boolean value?

I am trying to verify that the number of div elements is equal To this end I am trying the following: command: execute script target: return document.querySelectorAll('app-chat div.card div.chat-body ...
Mario's user avatar
  • 4,932
0 votes
1 answer
28 views

keyword argument trying to make google form response generator using python

I'm very new to python. I'm trying to write a script in VS code on macOS using chrome webdriver and selenium that submits responses to a google form - no nefarious reason I promise, just some funny ...
caspert2000's user avatar
0 votes
0 answers
10 views

Selenium IDE green tick execution tracing lost after following run command test step

After Run command test step, the execution trace green ticks are totally lost and it makes to find failure, only way I can find status is using log in bottom of screen. Execution shows green tick on ...
Ajay's user avatar
  • 33
0 votes
0 answers
14 views

In Selenium IDE, how could an element array position be captured to coordinate selection of related elements?

The Problem: I can have a list of linked elements, but they could be in a different order over time as the user adds or removes from the list. The linked name is unique, but it's related hamburger ...
svstackoverflow's user avatar
0 votes
0 answers
22 views

How do i run a separate Selenium-IDE browser "SIDE" project from another "SIDE" project?

Goal: I am in a tiger team developing a solution to use Selenium-IDE, and want to run more complex processes via a script. This could be using Selenium-Side-Runner or directly using "execute ...
TheStoneWorker's user avatar
0 votes
0 answers
12 views

Selenium IDE , how to run several project at the same time

I have created 2 Selenium ide projects which have 2 test cases. Project1 include test1 and test2 Project 2 include test1 and test2 How can I create project 3 that is able to run: Project 1 and project ...
Parvin Alizadeh's user avatar
0 votes
1 answer
16 views

Tests on a remote driver are not executed

Using selenium IDE I have created a series of tests that end successfully. Then I export as junit. After moving the file to its location in a maven project src/test/java I try to run the test ./mvnw ...
Mario's user avatar
  • 4,932
0 votes
1 answer
22 views

Selenium IDE: Is there an updated method to split a string into an array and pull a position value?

Problem: I know this answer has been posted previously; however, neither of the suggested Selenium IDE methods for extracting a substring value work. Below, I have referenced the posts. However, they ...
svstackoverflow's user avatar
-2 votes
2 answers
50 views

Selenium : ElementClickInterceptedException Element is not clickable

I'm using RED (Robot framework editor) currently working on a project and when trying to click on an href I get an error ElementClickInterceptedException, element is not clickable at point(616,304). ...
Nizar Youssef's user avatar
0 votes
0 answers
43 views

Reloading page issue on Selenium IDE

I was wondering if anyone knows how to set up tests in Selenium IDE using test suites so that it runs without reloading the page every time for each test. I tried removing the open command from the ...
Ana Bindiu's user avatar
0 votes
0 answers
19 views

How to accept cookies popup with Selenium IDE only if popup is being shown

I'm running a Selenium IDE .js test that goes to a website and perform a login and some more button clicks after that. Sometimes the website is showing the cookies policy popup and sometimes not so I ...
Stefan's user avatar
  • 1
1 vote
0 answers
30 views

Selenium IDE Store Attribute xpath The expression is not a legal expression

Selenium IDE returns an error: 'The expression is not a legal expression' even if when the xpath expression in the console returns me the value I am trying to retrieve. $x('(//div[starts-with(@class, '...
Al Wellens's user avatar
1 vote
1 answer
195 views

Selenium IDE how to extract the id of an attribute with xpath

I am trying to get the id and store it as a variable with the following/ Command Target Value store value xpath=(//div[@class[starts-with(.,'commentItem')]]/@id)[1] Id but I got this error message: ...
Al Wellens's user avatar
0 votes
0 answers
18 views

Unable to locate parent of shadowded DOM element on https://www.bahn.de

I generated a python export from selenium IDE which works well to navigate through the website, but fails to bypass the consent dialog. Here's what selenium IDE is recording: import pytest import time ...
YetAnotherNeo's user avatar

15 30 50 per page
1
2 3 4 5
149