Search Discussions
-
Hi all, If i run the Test through ANT build.xml, Chrome works fine but if i run against Firefox it show error message "selenium firefox unable to bind to locking port 7054 within 45000 ms"; ant The ...
Shadab
Mar 24, 2014 at 10:00 am
Mar 28, 2014 at 2:25 pm -
Hi All, List myList = myDriver.findElement(By.xpath("")); System.out.println(myList.size()); for(int i =0; i< myList.size();i++) { System.out.println(myList.get(i).getText()); } Using this code, i ...
Sathiya Rengarajan
Mar 14, 2014 at 12:48 pm
Mar 18, 2014 at 3:18 pm -
Hi all, Here I have number of java classes each class consist of 5 testcases, For Eg: test1.java void test1(); void test2(); void test3(); void test4(); void test5(); same in one more class ...
Shadab
Mar 19, 2014 at 4:47 am
Mar 19, 2014 at 1:37 pm -
Hi, I have a software to test. All fields begin by a variable_string+":"+ fixed_String (Ex. : 4512:MyStringFixed) How is it possible to select the fields ?Can I use, for exeample, a target as ...
Lhuillier Sébastien
Mar 24, 2014 at 11:00 am
Mar 25, 2014 at 7:47 am -
Hi All, I have designed *Selenium Baby Framework - II* for selenium beginners. Only *10 steps* enough to execute this framework. *Advantages:* 1) Data Driven 2) Cross Browser(FireFox, IE, Chrome, ...
Senthilkumar P
Mar 2, 2014 at 8:14 pm
Apr 10, 2014 at 5:03 am -
Hi All, Need help to click on an element which appears during runtime in flipkart site steps to reproduce: launch flipkart.com place mousecursor over electronics tab click on the link name 'mobiles' ...
Rajpradeep32
Mar 18, 2014 at 10:45 am
Apr 2, 2014 at 2:21 pm -
7
[selenium-users] How to observe full page in browser? When your test case is running in selenium rc?
Hello friends, I was running my selenium rc test case & it is getting run successfully. but my question is that, when my test get run? that time, i want to observe my page which has so many fields, ...Bibhishan Dhagate
Mar 27, 2014 at 2:30 pm
Mar 31, 2014 at 9:43 am -
Hello , Can I use selenium web driver for small application. we are building web application I know this is not a type of question to ask but i am little bit confusing. I am working on online project ...
Bibhishan Dhagate
Mar 4, 2014 at 12:50 pm
Mar 18, 2014 at 2:27 pm -
Respected All, Please help me to solve this issue -- *Thans and RegardsBiswajit Samal* -- You received this message because you are subscribed to the Google Groups "Selenium Users" group. To ...
Biswajit Samal
Mar 6, 2014 at 12:16 pm
Mar 10, 2014 at 2:10 pm -
How can scroll the dropdown scroll for the visibility of the element. I write the code but get the following error: Exception in thread "main" *org.openqa.selenium.ElementNotVisibleException* ...
Amritesh
Mar 11, 2014 at 8:23 am
Apr 10, 2014 at 7:21 am -
please see the images attached for the table and the html hirearchy. -- You received this message because you are subscribed to the Google Groups "Selenium Users" group. To unsubscribe from this ...
Srihari Chatla
Mar 4, 2014 at 12:50 pm
Apr 9, 2014 at 5:00 pm -
Hi All, I am trying to click in the SUBMENU options in the MAIN MENU. The SUBMENU displayed on the MOUSEHOVER on MAIN MENU. (expected) But not able to do it on using the Action. Its unable to locate ...
Amritesh
Mar 5, 2014 at 1:46 pm
Apr 6, 2014 at 9:51 am -
Hello guys, Please I will love you to help me clarify some, I am testing a life web page, using webdriver, anytime I ask webdriver to click a particular element on a page, it will click another ...
Solomon Adekunle
Mar 21, 2014 at 5:34 am
Mar 28, 2014 at 7:37 am -
Hi All Im launching the hub like this and everything is working as expected java -jar selenium-server-standalone-2.31.0.jar -role hub but when i upgraded the selenium-server-standalone-2.40.0, within ...
Automated tester
Mar 12, 2014 at 2:05 am
Mar 13, 2014 at 11:43 pm -
for such issue: Session 50339470-eb8d-4181-867a-02a8258ac031 deleted due to client timeout I did some search, and found this answer: https://code.google.com/p/selenium/issues/detail?id=3224 some one ...
Baijingjiao1977
Mar 21, 2014 at 10:32 am
Nov 8, 2014 at 6:32 am -
Hi All, I am trying to enter First Name and Last name by using the following code. While executing, SWD throwing an error NoSuchElement where as i can highlight in Selenium IDE. Can anyone of you ...
Kandukuri NareshKumar
Mar 30, 2014 at 2:14 pm
Apr 4, 2014 at 6:43 am -
Hello, I am using Selenium (WebDriver), in conjunction with C#. I am testing a web application that supports both English and French and am wondering about the best way to support both language sets ...
Sean Tiley
Mar 12, 2014 at 2:25 pm
Apr 1, 2014 at 1:31 am -
Hi everyone, I have a question, is it possible to register selendroid node to a selenium hub, and not to selendroid hub as in this tutorial? : http://selendroid.io/scale.html Thanks, Tomas -- You ...
Tomáš Hartmann
Mar 21, 2014 at 5:32 am
Mar 21, 2014 at 12:25 pm -
if we have two buttons with same name like example sign in ,sign in or click,click then how to identify the objects by using locators. -- You received this message because you are subscribed to the ...
Latha
Mar 4, 2014 at 6:10 am
Mar 11, 2014 at 8:12 am -
Since Firefox 27, I can't get the download panel to go away in selenium tests for file downloads. As soon as a test that does a download runs, the download panel comes up and never goes away for the ...
Terry Lacy
Mar 3, 2014 at 10:39 pm
Apr 3, 2014 at 8:07 am -
I am facing issues with webdriver 2.3.x APIs. 1.Webdriver is not able to capture screenshots on IE when machine is locked. code I am using for screenshot is: File scrFile = ...
Manish Vaghela
Mar 28, 2014 at 5:33 pm
Apr 2, 2014 at 9:07 am -
I am very new to Selenium, and based on another's team work, I have a project that uses WebDriver.dll and WebDriver.Support.dll (2.40.0.0), with IEDriverService.exe (2.39.0.0). The product we're ...
Chris Date
Mar 26, 2014 at 7:55 am
Mar 30, 2014 at 2:14 pm -
Hello, My parent div is "inOfferBox" and child div like"buyback_1" and "buyback_2".. My child div is generating run time and try to find out the "li" tag value of child div. I have also attached the ...
Sumit Mishra
Mar 26, 2014 at 7:55 am
Mar 28, 2014 at 5:41 pm -
Hi Kamal, Facing the same problem. Iam using WebDriver. Can u pls tell how your problem got resolved? Actions action = new Actions(driver); action.sendKeys(Keys.ESCAPE); the above code is also not ...
Mani
Mar 11, 2014 at 1:10 pm
Mar 13, 2014 at 9:34 am -
I am testing "http://www.YouTube.com" using webdriver on android phone. However I am trying to click on Search icon but it is not working. I have tried following commands but no success plz help ...
Meena
Mar 11, 2014 at 8:46 am
Mar 12, 2014 at 8:57 pm -
Hi, *1.How did you defect reported to developer using selenium. and * *2.How many test case execute one day using webdriver.* I need immediately answers. I think selenium Export can gives easy to ...
Rakesh Reddy
Mar 12, 2014 at 11:01 am
Mar 12, 2014 at 3:49 pm -
Hi Group, Please send me resume for automation engineer having exp 2-5, automation must (automation 2+). Candidate must have experience in automation with open source tool like selenium/webdriver ...
Rajiv Nanduani
Mar 11, 2014 at 9:49 am
Mar 12, 2014 at 6:33 am -
Hi, https://www.idrive.com/idrive/signup Can some one please tell me how to handle this random verification number? Everytime we register with new ID, it gives different number. How to capture it and ...
Anand JOis
Mar 5, 2014 at 7:37 am
Mar 6, 2014 at 7:20 am -
I am completely new to Selenium and i got stuck on drop down. I want to fill complete form and submit it using selenium webdriver . but all the time i get stuck on drop-down of my web application. i ...
Prabhat Yadav
Mar 5, 2014 at 9:05 am
Mar 5, 2014 at 11:54 am -
I am using <session /element/0/elements to return a list of elements matching my find logic because I want to ensure logic only matches exactly 1 element. However, I'm getting a status 7, Command ...
Mat Walker
Mar 3, 2014 at 6:37 am
Mar 4, 2014 at 9:28 pm -
I was wondering if anyone has created their selenium project on C# / Mono. I was thinking it might be a good way to implement Selenium at a C# shop. I was wondering if there was any difficulty using ...
David Lai
Mar 28, 2014 at 10:39 pm
Sep 25, 2014 at 7:06 am -
Hi, I'm a .Net dev and I'm really confused by the changelog that can be found at: https://code.google.com/p/selenium/source/browse/dotnet/CHANGELOG There is no world about which Firefox version is ...
Tomajar
Mar 16, 2014 at 3:18 am
Apr 10, 2014 at 3:53 pm -
I have code that will bring up the first page of my application in webdriver (the login page). I have code that will bring up the second page. The problem is when the first code runs, it opens a ...
Webstarter
Mar 16, 2014 at 3:25 am
Apr 9, 2014 at 3:58 am -
Hi team, I am new to selenium. When I execute my program I am getting this error. I don't know what and how to change before compilation. It would be great, if anyone helps me to solve this problem ...
Anitha
Mar 24, 2014 at 4:26 am
Apr 3, 2014 at 12:44 pm -
Hello friends, Can i directly start with selenium web driver, I know the selenium ide well,So i am thinking to escape selenium rc. Please help me.. Thanks in advance.. :-) -- You received this ...
Bibhishan Dhagate
Mar 18, 2014 at 1:04 pm
Apr 2, 2014 at 2:07 pm -
Hi Team, I am facing an issue in performing the -jar selenium-server-standalone-2.40.0.jar -role wd -hub http://localhost:4444/grid/register -trustAllSSLCertificates. Once I completed this ...
Vinothkumar Velusamy
Mar 31, 2014 at 10:03 pm
Apr 2, 2014 at 9:12 am -
Hi, i am try to automate web based application and application made with wpf and asp.net platform. can any one tell me is selenium support the WPF based web application. i am waiting for your quick ...
Sanjay Kumar
Mar 28, 2014 at 5:34 pm
Apr 2, 2014 at 8:58 am -
Hello can you anybody help me with this? I'm trying to automate my apartment search on the apartments.com website. Basically once I open the first page all the results, I will use BeautifulSoup to ...
Houkpati Yao
Mar 31, 2014 at 10:18 pm
Apr 1, 2014 at 4:07 pm -
Hi Everyone, I would like to know what is the action on this item. Lets the selenium driver's implicit wait = 10 seconds driver.findelement(By.id(//input[@id='id_1' or @id='id_2'] | //div[@id='id_3 ...
Vinothkumar Velusamy
Mar 22, 2014 at 7:20 pm
Mar 31, 2014 at 9:55 pm -
All, I have code below to handle and accept alert,code below does not work and it throws me error org.openqa.selenium.UnhandledAlertException error. *driver.manage().timeouts().implicitlyWait(5, ...
Farhan
Mar 25, 2014 at 12:49 am
Mar 29, 2014 at 2:36 pm -
I am executing test cases using selenium webdriver. I am capturing screen shots in IE browser,but I am not getting full webpage. Screenshot contains only the page which visible to us. But i am able ...
Durga Prasad
Mar 26, 2014 at 7:55 am
Mar 28, 2014 at 10:23 am -
Hi all, How to test tree navigation via selenium?how we will check the association between tree components.how we will identify/get the values from particular node. Could you please help on this with ...
Yuva
Mar 19, 2014 at 12:58 pm
Mar 26, 2014 at 5:16 pm -
I've an issue connecting to the Selenium Hub when developing behind a proxy. The attempt to connect to "http://127.0.0.1:7055/hub/session" fails as the response that comes back is the proxy's ...
Anthony Green
Mar 18, 2014 at 10:43 am
Mar 26, 2014 at 7:55 am -
I'm using Selenium WebDriver to test a page that suppose to load a page after clicking on the save button. This button has a javascript that disables it upon click, so the users won't click it more ...
Lisa Mercedes
Mar 18, 2014 at 10:53 am
Mar 20, 2014 at 9:39 am -
Can I export my test scripts from seleniumIDE to JUnit and have file handling(like reading, writing and uploading) inside it -- You received this message because you are subscribed to the Google ...
Prakash krish
Mar 13, 2014 at 8:37 am
Mar 18, 2014 at 12:05 pm -
Dear all, i'm trying to set up some cross-browser tests for a web application requiring file uploads. I found that I have to use autoit to allow the file upload. Thus I wrote the following script ...
Pschmidtkemmb
Mar 14, 2014 at 7:27 am
Mar 17, 2014 at 3:17 am -
Hi, I'm using Selenium* 2.39*.0 with *IE 9* on *Win 7 32 bits* with *browsermob *proxy 2.0 as a proxy for har generation. When I execute the test without the proxy settings in the selenium driver it ...
Jonathan Barbero
Mar 14, 2014 at 7:26 am
Mar 14, 2014 at 4:50 pm -
Is there a way I can use selenium without having to install java runtime on my remote machine?(the machine where the browser is) The machine that automates the process( where the tests run will have ...
Abid mahmood
Mar 12, 2014 at 8:06 am
Mar 12, 2014 at 8:10 pm -
Hi, this is my first dabble with selenium and I'm stuck trying to select the year on this page in the firefox IDE addon http://www.readformyschool.co.uk/app/#/api/register/pupil It's the last but one ...
Ed Strong
Mar 3, 2014 at 2:50 pm
Mar 10, 2014 at 2:36 pm -
Hi Everyone, While running scripts in Remote machine we need to run the Selenium Stand alone server jar file in the remote machine manually. Is there any way to integrate some code in the script so ...
Sudhansu Sekhar panda
Mar 10, 2014 at 10:01 am
Mar 10, 2014 at 2:15 pm
Group Overview
group | selenium-users |
categories | selenium |
discussions | 273 |
posts | 719 |
users | 321 |
website | seleniumhq.org |
321 users for March 2014
Archives
- June 2016 (378)
- May 2016 (503)
- April 2016 (466)
- March 2016 (429)
- February 2016 (555)
- January 2016 (772)
- December 2015 (494)
- November 2015 (476)
- October 2015 (589)
- September 2015 (519)
- August 2015 (584)
- July 2015 (598)
- June 2015 (495)
- May 2015 (486)
- April 2015 (531)
- March 2015 (672)
- February 2015 (661)
- January 2015 (494)
- December 2014 (672)
- November 2014 (791)
- October 2014 (730)
- September 2014 (764)
- August 2014 (698)
- July 2014 (683)
- June 2014 (81)
- May 2014 (506)
- April 2014 (810)
- March 2014 (719)
- February 2014 (748)
- January 2014 (935)
- December 2013 (738)
- November 2013 (715)
- October 2013 (705)
- September 2013 (760)
- August 2013 (835)
- July 2013 (1,065)
- June 2013 (1,070)
- May 2013 (1,083)
- April 2013 (1,505)
- March 2013 (1,343)
- February 2013 (1,468)
- January 2013 (1,523)
- December 2012 (1,100)
- November 2012 (1,575)
- October 2012 (1,522)
- September 2012 (2,167)
- August 2012 (2,625)
- July 2012 (2,831)
- June 2012 (2,171)
- May 2012 (2,102)
- April 2012 (428)