selenium-ide Questions
11
Solved
When I write a test in Visual Studio, I check that it works by saving, building and then running the test it in Nunit (right click on the test then run).
The test works yay...
so I Move on...
Now...
Programme asked 24/1, 2012 at 13:0
5
When running a selenium IDE script to autofill a form, I receive the following:
[error] There was an unexpected Alert! [Javascript Error :MY-SUPER-TOP-SECRET-URL line 37 Error: NS_ERROR_XPC_SECURI...
Dessertspoon asked 1/7, 2014 at 0:22
2
Solved
I need to know how to clear a text field in Selenium IDE.
I have tried the sendKeys command with no luck.
Millisecond asked 22/5, 2015 at 0:24
18
I am trying to run a Selenium Webdriver script in Python to do some basic tasks. I can get the robot to function perfectly when running it through the Selenium IDE inteface (ie: when simply getting...
Microelement asked 13/6, 2013 at 8:21
3
I'm creating a testing suite to automate some parts of data input on my web application. I have a page where I can click on a button to upload a document to the application. It looks something like...
Inconvincible asked 14/5, 2018 at 17:7
1
Solved
I would like to automate the uploading of renewed certificates into different Plesk environments, by setting up a Selenium-IDE script. All is working so far, except for the upload part of the scrip...
Pendley asked 25/5, 2023 at 4:45
2
I know you can easily do this with Selenium IDE.
But I would like to be able to export the test script programatically. That is to convert this
to this
by doing something like:
seleniumID...
Cicelycicenia asked 30/11, 2015 at 15:43
2
Is it possible to run a specific test within my selenium side runner test suite? For example, within a test suite, my first test logs me into a website, then the other tests, test specific areas of...
Mendicant asked 1/4, 2019 at 12:27
6
Solved
With "HTML" Selenium tests (created with Selenium IDE or manually), you can use some very handy commands like WaitForElementPresent or WaitForVisible.
<tr>
<td>waitForElementPresent&l...
Medora asked 7/6, 2012 at 23:19
5
Solved
I am using Selenium IDE (a Firefox plugin) for doing testing. I am unable to see java code when I start recording something. What I see always is HTML. Any idea what can be the best way to get the ...
Latour asked 3/11, 2011 at 6:11
11
Solved
I´m using the Selenium IDE for Firefox and searching for a wait command.
My problem is that I want to test a website with a embedded external map.
This external map needs 3-5 seconds to load.
My c...
Ainsley asked 14/7, 2011 at 14:36
5
Solved
<ul>
<li class="active">
<a href="#">
<i class="fa fa-home"></i><br>
<span class="title">Home</span>
</a>
</li>
<li>
<a hr...
Afternoon asked 26/11, 2015 at 12:50
10
Solved
I have just recently done an export of my selenium IDE code to selenium web driver. I have found that a lot of the commands that worked in IDE either fail to work or selenium web driver claims to n...
Morton asked 26/7, 2012 at 19:38
8
Solved
I want to check whether button is disabled or not by selenium IDE But I couldn't.
I have tried below code but it doesn't work. is there any other way to find whether button is disabled...? <tr&...
Levigate asked 18/2, 2013 at 4:59
7
Solved
With Selenium IDE, how can I test if an element's inner text contains a specific string? For example:
<p id="fred">abcde</p>
'id=fred' contains "bcd" = true)
Kileykilgore asked 29/3, 2012 at 8:53
4
Solved
What is the use of Base URL is Selenium IDE because even when I enter the wrong URL there or leave it blank, and run the script, it just runs fine.
I have this URL, as base URL http://test.info:50...
Betjeman asked 11/11, 2013 at 7:41
3
I have a test in Selenium IDE which looks like this. Say that our base URL is https://stackoverflow.com.
open /questions
pause 500
type id=search hello
When I run the test, the first two steps ar...
Irruption asked 29/11, 2020 at 18:55
5
Solved
My web application loads a pdf in the browser. I have figured out how to check that the pdf has loaded correctly using:
verifyAttribute
xpath=//embed/@src
{URL of PDF goes here}
It would be real...
Jeannettajeannette asked 25/8, 2010 at 5:47
5
I am using Selenium IDE and Selenium web driver testng in eclipse ..
my testing is against ZK application ..
the test case works fine on Selenium IDE ..
<?xml version="1.0" encoding="UTF-8"?&g...
Cohere asked 23/3, 2014 at 7:14
9
Solved
I am using Selenium for the first time and am overwhelmed by the options. I am using the IDE in Firefox.
When my page loads, it subsequently fetches values via an JSONP request, with which it popu...
Sulfite asked 4/7, 2011 at 6:35
2
I have look over the internet and didn't find an answer
I am trying to store the URL in a variable.
Found couple of answer that didn't work
${!url} should bring read-only URL of the site
"StoreLo...
Blackness asked 26/10, 2019 at 8:3
14
I need to click the 'Ok' button inside an alert window with a Selenium command. I've tried assertAlert or verifyAlert but they don't do what I want.
It's possible the click the 'Ok' button? If so,...
Toby asked 28/8, 2009 at 19:36
1
Solved
ChromeOptions options = new ChromeOptions();
options.setExperimentalOption("useAutomationExtension", false);
options.setExperimentalOption("excludeSwitches", Collections.singlet...
Pollster asked 24/6, 2020 at 10:42
6
I have this page where there is a textbox and there is save button associated with each text box. I need to click on the save button so that it will save the value in text box. It is working manual...
Sargassum asked 10/9, 2015 at 10:19
6
I visited https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/
to install the latest Selenium IDE (v 2.9.1) in Firefox.
My Firefox version is 54 (64-bit)
OS: Windows 10 Pro 64-bit (10.0, ...
Fannie asked 12/9, 2017 at 6:0
1 Next >
© 2022 - 2025 — McMap. All rights reserved.