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 is implemented as a and extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run.

Getting Started with Selenium IDE

2219 questions
0
votes
1 answer

Get Javascript value with Selenium

I want to get these JavaScript values from web application. var demoPlayResponse = { "winningPrizeIndex" : 1, "playMode" : "NORMAL", "customerId" : "pli", "gameVersion" : "0-1-86", "gameId" : "blue250k", "seed"…
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
0
votes
1 answer

selenium ide data structure tree expand

a few days from now I am trying to write a selenium ide test for a data structure tree. I stuck with expanding tree nodes, the main thing is that there is a lot of TreeExpandoIcons of the same class, no id, text, type and so on. …
Satnam
  • 23
  • 1
  • 7
0
votes
0 answers

Why can't Selenium IDE be run headlessly?

Converting over to Ruby/RSpec/WebDriver and spending hours on really tedious things like button-clicking and scrolling. I'm looking back on our old regression suites that we used to run with the IDE, and finding myself super impressed with how solid…
priorww1
  • 193
  • 7
0
votes
1 answer

How to make testing script click or select tree menu expand icon on selenium ide?

I have a question on selenium ide testing. How should I click or select on tree menu expand icon? When an icon hasn't any id or text, only class.
and it also has a shortcut control + right arrow. How to can I click…
Satnam
  • 23
  • 1
  • 7
0
votes
0 answers

If that possible to record and repeat what have done by user at any website with selenium webdriver C#?

(Without using selenium IDE) May I know is that possible if I want develop a software that will repeat back what was user done before this in a website? For example: user had click a button and insert text into textbox in a website. May I know how…
tenkeason
  • 13
  • 4
0
votes
1 answer

selenium IDE displays hidden div then immediately closes it

I have a hidden div element that when I click the link the visibility changes. In my Selenium IDE script I click the link and I see the div open but then it immediately closes. The rest of the scripts run, but in a demo I would like to keep that…
webdad3
  • 8,893
  • 30
  • 121
  • 223
0
votes
0 answers

Selenium IDE - Find id to click

i am trying but but make it work: I have found the id i want to use, but if i try it, it says element not found
I tried…
mytrasher
  • 25
  • 5
0
votes
1 answer

Selenium IDE: Validate test case after one *or more* attempt to reach next page of website?

(sorry, big newbie here, but I'll do my best to make my question and explanation clear) Hi everyone, I need help with a test case: I'm checking a website and I have a payment page: When payment is validated, it can succeed, or it can fail. -> If it…
SlyTheSly
  • 1
  • 2
0
votes
1 answer

How to test scroll scenario using SELENIUM IDE

I'm totally a newbie in terms of using Selenium ide or any automation testing tool. Now i'm stuck with this scenario: after testing elements 1 & 2 on top of the page, i need to scroll down a bit to test the elements just below 1 & 2. I've read…
0
votes
1 answer

Selenium IDE - Array add values

Let's say I have two String variables: var1 and var2. Is there any command on Selenium IDE (maybe storeEval with some javascript code), with which I can create an array and add the 2 variable values to it? Example: var1 = "abc" var2 = "def" array…
ryoishikawa74
  • 177
  • 3
  • 11
0
votes
0 answers

Selenium IDE get text after inner element

I'm trying to match An error has occurred in
An error has occurred
I tried various combinations of id=someid…
pfa
  • 125
  • 17
0
votes
1 answer

Selenium IDE fails to open a test suite (no file open dialog)

I am not able to access the file open dialog in Selenium IDE 2.9.1 (Firefox 48.0, Win 10). File > Open results in this error message: There was an unexpected error. Msg: NS_ERROR_FILE_UNRECOGNIZED_PATH: Component returned failure code: 0x80520001…
Andreas
  • 303
  • 1
  • 17
0
votes
1 answer

How to write in iframe with Selenium IDE

I have an html page composed as follows: