Search Discussions
-
I am trying to hover mouse on "Buy now" button on this website : http://css-tricks.com/examples/DifferentTransitionsOnOff/ It goes to the button but doesn't perform hover, however same code, I was ...
Pushpraj Singh
Nov 22, 2012 at 10:03 am
Feb 11, 2013 at 6:58 am -
I want to get the checkbox status ,whether it checked or Un-checked based on that I want to do respective actions(Check/Un-check),so how to do it in Webdriver(Java) If page contains more than 8 check ...
Kishore K
Nov 30, 2012 at 10:09 am
Dec 6, 2012 at 12:35 pm -
HI friends, kindly solve this issue ASAP. import org.openqa.selenium.By <http://org.openqa.selenium.by/ ; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.*; //import ...
Divya angel
Nov 23, 2012 at 8:57 am
Nov 24, 2012 at 10:20 am -
Hi all, I've been looking into ways to speed up the initial startup of firefox driver. Creating the profile seems to take a reasonable amount of time, so what I was looking to do was save the profile ...
James
Nov 20, 2012 at 2:22 am
Dec 1, 2012 at 2:22 am -
Hi friends, i jus know who to extarct data from the excel sheets ...and i would like to know how to write results in to the xcel sheet.. i have googled and didnt found any info regarding that...so i ...
Divya angel
Nov 19, 2012 at 4:54 pm
Jan 22, 2013 at 10:37 am -
I did a search for the same on Google as i found trail below option. Is there any other option to do apart from that...?? public bool IsElementPresent(string xpath) { try { ...
Kishore K
Nov 20, 2012 at 6:09 am
Nov 22, 2012 at 4:29 am -
Hi folks, I m just sharing the code for saving image to desire location may be it will help many of u. DownloadImage(By.xpath("//*[@id='content']/div/div[1]/div/div/div[1]/img"), ...
Manoj
Nov 27, 2012 at 8:02 am
Nov 29, 2012 at 6:03 am -
I am using the following code to create remotewebdriver for firefox. It works when I am running the code on my desktop. However, when i try to run it on a different computer (by changing IPAddress in ...
Ipoh
Nov 15, 2012 at 9:07 pm
Nov 20, 2012 at 9:32 pm -
How to test auto Complete textbox feature with webdriver? I have old code that is written in selenium, it works perfectly fine but when I try to do same thing with webdriver it does not work I don't ...
Apha
Nov 28, 2012 at 4:47 pm
May 16, 2013 at 2:20 pm -
There is currently an issue calling findElement from a WebElement. If the By clause would return no values in FF17 your session will hang. Example: webElement.findElement(By.cssSelector("a")); or ...
James
Nov 22, 2012 at 2:58 am
Nov 30, 2012 at 6:06 pm -
I need to get the name of the node where my test ran, but with grid in place it is returning the name of the host where i run the test but not the actual Node. As it doesn't need web driver not sure ...
Jyo rani
Nov 20, 2012 at 11:12 pm
Nov 24, 2012 at 10:34 am -
I'm able to run my tests in parallel. but when test fails my listener can't take a screenshot. I cant define webdriver object as static. because multiple tests running will have it's own instance of ...
Apha
Nov 12, 2012 at 10:57 am
Feb 12, 2014 at 1:59 pm -
Hi Guys, I am trying to close the firefox browser after the gmail completely sign out for that i am checking whether signin button is displayed or not If signin button displayed then driver should ...
Ram krishna
Nov 24, 2012 at 9:17 pm
Dec 4, 2012 at 1:18 pm -
*I am trying to automate : 1. Verify the text present "What's on your mind?" on home screen 2. if verified then click on it ( to get the cursor inside the text box) 3. type your post and submit.. ...
Pushpraj Singh
Nov 26, 2012 at 3:56 pm
Dec 3, 2012 at 11:52 am -
Hi, I need to run my test on one of my LINUX(HUB and Node running on same box) by trigger tests from CI box. For that purpose i wanted to set the DISPLAY for the FF binary. Below is the code i have ...
DC
Nov 15, 2012 at 1:23 pm
Nov 27, 2012 at 5:13 am -
Hello all, Suddenly firebug installed on firefox 3.6 disappeared today morning. Till date I was able to use it flawlessly. Now when I am trying to install it again its not getting installed. Can ...
Smita Sinha
Nov 15, 2012 at 12:15 pm
Nov 20, 2012 at 6:08 am -
Can anyone please let me know and write the code for 1. How to run a YouTube video and 2. Dynamically changing text(verification while logging in to any mail) -- You received this message because you ...
kiran kumar Dudigama
Nov 12, 2012 at 10:57 am
Jun 7, 2013 at 8:53 am -
I know how to capture images in webdriver .How to save those in desired location.I'm only able to save those in my workspace only. -- You received this message because you are subscribed to the ...
Kishore K
Nov 26, 2012 at 7:21 am
Nov 30, 2012 at 5:08 am -
Hi, Can we automate charts using selenium ? I have an application which have charts showing periodic data, can we automate that ? -- Thanks and Regards, Moin Ahmed Siddiqui +91-9860243533 -- You ...
Moin Siddiqui
Nov 20, 2012 at 6:06 am
Nov 29, 2012 at 1:48 pm -
Hi All, I'm bit new to WebDriver and Java/TestNg world. I would like to know what is the best way to pass run-time values between methods in different classes? In QTP I used to write my value out to ...
Fmtjatt
Nov 21, 2012 at 9:47 pm
Nov 22, 2012 at 4:23 pm -
Hi can any one explain me in brief about the iframe concept in webdriver. i 've googled it and found the below code..and i was unable to understand how to identify the frames.. i will be thankful if ...
Divya angel
Nov 16, 2012 at 7:18 pm
Nov 19, 2012 at 5:51 am -
i need to extract the text present in the input field...the text displays only after the above fields are entered.. String name=driver.findElement(By.xpath("//*[@id='vo_name']")).getText() ...
Divya angel
Nov 12, 2012 at 12:49 pm
Nov 13, 2012 at 4:51 pm -
HI friends, i want to print all the main module links ...but i was getting all the links printed if take the frame and then extarct all the links using tag "a". please correct me.. List ...
Divya angel
Nov 12, 2012 at 10:57 am
Nov 13, 2012 at 2:50 pm -
My code is: public class MaxData { public WebDriver driver; public String baseUrl; @DataProvider(name = "DP") public Object[][] createData() throws Exception{ System.out.println("I am ...
Sonu
Nov 28, 2012 at 6:35 am
Nov 30, 2012 at 6:06 pm -
Has anyone else found that the latest update to Firefox breaks finding elements in the following way: elementToClick = webElement.findElement(By.tagName("a")); This is still working on my computer ...
James
Nov 21, 2012 at 10:17 pm
Nov 22, 2012 at 2:46 am -
*package learning; import static org.junit.Assert.fail; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.NoSuchElementException; import ...
Pushpraj Singh
Nov 19, 2012 at 11:23 am
Nov 20, 2012 at 4:54 am -
Hi community we are using selenium webdriver for your staging environment for testing but we can not use this tests for our live system. But we have several basic issues after a new release in our ...
Michael
Nov 16, 2012 at 10:50 am
Nov 16, 2012 at 1:51 pm -
Hi All, How to find css for an elements. I have installed firebug in firefox. CSS label also there in the firebug. But I'm not getting how to find css for an element. Can anyone please guide me for ...
Krishna Kanth
Nov 7, 2012 at 8:47 am
Nov 12, 2012 at 10:57 am -
I have to create 10 users for this application. 1. All users must have unique user ID, 2. For example test_130801_08112012 /*test user created at 13 hrs 8 min 01 seconds on 08 nov 2012*/ then ...
Pushpraj Singh
Nov 8, 2012 at 7:44 am
Nov 28, 2012 at 2:19 pm -
I recently upgraded to Firefox 16.0.2 and Selenium Webdriver 2.26.0 for Python on Ubuntu 12.04 and now a script that was working perfectly with Selenium 2.24 (opens a login page, enters a username ...
Cerin
Nov 3, 2012 at 6:17 pm
Nov 21, 2012 at 9:09 am -
<html <head <title My Account</title Hi, In the below code ..can you please help me to answer the following questions: 1) How will you locate the element using its “Click Payment History” text using ...
Kumar
Nov 12, 2012 at 10:57 am
Nov 15, 2012 at 3:21 pm -
Hi guys, I want to extract all the links from a specific string, I mean I have a string that contains all the html from one page, I want to extract all the links that are on that string, is that ...
Moises Siles
Nov 8, 2012 at 9:02 pm
Nov 8, 2012 at 10:06 pm -
I am trying to upload a image.But when i am clicking upload button on modal dailog window is coming whick is having with browse option.If i will click browse then again one more window is coming ...
Sonu
Nov 22, 2012 at 6:49 am
Nov 27, 2012 at 7:53 pm -
During test failure or configuration failure, I am calling takescreenshot method in my code. Sometimes when the test fails due to "Error communicating with remote browser.It may have died" (or) ...
Pavithra
Nov 23, 2012 at 10:47 am
Nov 23, 2012 at 4:25 pm -
Does anyone know where I can download webdriverplus for windows XP? Mark. -- You received this message because you are subscribed to the Google Groups "webdriver" group. To view this discussion on ...
Mark Smith
Nov 15, 2012 at 5:42 pm
Nov 15, 2012 at 9:18 pm -
How do i take a screenshot of parallel running web drivers tests ? I can't define webdriver as static when I'm running parallel. Every test will have it's own instance how will I know which test ...
Apha
Nov 12, 2012 at 10:57 am
Nov 13, 2012 at 11:29 pm -
Hi All, Right now i am facing problem with click event which has no id|xpath, how can i click on that element ? Thanks in advance. -- Rahul Sharma Sr. Automation Engineer Skype : rahul.kiwiqa Yahoo ...
Rahul Sharma
Nov 7, 2012 at 1:10 pm
Nov 12, 2012 at 2:07 pm -
I am coming across and issue where the site is not loading correctly after few steps on firefox (works fine on IE). The site fails to load after few steps, closing a modal. The missing piece is the ...
Rakesh
Nov 8, 2012 at 5:12 pm
Nov 9, 2012 at 3:04 pm -
Hi guys. This is my stupid code for delete more elements from an autocomplete: while(driver.findElements(By.xpath("//tr[2]/td[1]/div/ul/li[1]/a")).size() != 0){ ...
GiuseppeC
Nov 6, 2012 at 9:41 am
Nov 6, 2012 at 10:53 am -
Hi All, Can someone please help in the following scenario? Scenario: I want to print all the friends name using Selenium Webdriver automation using java. Since all the friends name are not getting ...
Sudhansu Sekhar panda
Nov 12, 2012 at 10:57 am
Sep 8, 2013 at 8:55 pm -
Hi guys Thanks for the new version of 2.26 Today I have updated to 2.26 and I have a question about some of my code that was working before, and I want to see if there is a workaround. Here is my ...
Moises Siles
Nov 5, 2012 at 5:49 pm
Feb 20, 2013 at 7:11 pm -
Hi, Problem: Running the sample test in android_sdk hangs on my emulator. I am providing details of my environment etc. below. Please let me know if I have left out some important information ...
Utester
Nov 27, 2012 at 7:53 pm
Jan 22, 2013 at 1:12 pm -
I've been trying to use 2.26.0, however, I seem to be getting lots of problems which are not present when I use 2.25.0. Unfortunately, these issues are (mostly) intermittent so difficult to pin ...
Awt
Nov 20, 2012 at 8:40 pm
Dec 28, 2012 at 2:52 am -
Has anyone seen this -- -- Everything is 64Bit Eclipse Version: 3.8.1 Java 1.7 Junit 4.10.0 FF 17.0 Selenium WebDriver 2.25.0 Selenium-firefox-driver 2.25.0 Everything works great except if I look ...
CE
Nov 30, 2012 at 6:06 pm
Dec 4, 2012 at 2:31 pm -
Hi All, I want to upload the image using AutoIt in selenium webdriver. Advance Thanks... Regards, Sri. -- You received this message because you are subscribed to the Google Groups "webdriver" group ...
Sridhar ..
Nov 30, 2012 at 10:57 am
Dec 3, 2012 at 5:40 am -
Hi For learning selenium I am testing on http://www.ndtv.com/ which has a down arrow (flash object) under section *Latest Cricket Scores* ...
Pratika
Nov 15, 2012 at 7:12 am
Nov 26, 2012 at 11:20 pm -
hello friends, can u help me how to start my website testing by web driver. means how to install and how to work ?? -- You received this message because you are subscribed to the Google Groups ...
Jeet
Nov 24, 2012 at 9:17 pm
Nov 26, 2012 at 7:24 pm -
Hi I am facing problem with SelectElement, using C# for browser IE. Environment BackGrouond : For a Ecom application, number of products on a page are controlled by PageSize DropDown on Product ...
Amit Agarwal
Nov 21, 2012 at 9:22 am
Nov 21, 2012 at 2:54 pm -
*I want to click on the "Search" button in page: * http://www.sssb.se//index.php?page=sok_ledigt_eng There are two "Search" in that page, I want to click the one in the middle (Same line with: Area, ...
Thun Dium
Nov 12, 2012 at 10:57 am
Nov 13, 2012 at 9:31 pm -
http://stackoverflow.com/questions/10265684/selenium-webdriver-c-sharp-multithreading There was this one response: "From your code, it looks like you are using the same driver instance in all of your ...
HMN
Nov 1, 2012 at 2:41 pm
Nov 1, 2012 at 5:55 pm
140 users for November 2012
Archives
- June 2016 (14)
- May 2016 (40)
- April 2016 (96)
- March 2016 (57)
- February 2016 (76)
- January 2016 (108)
- December 2015 (135)
- November 2015 (92)
- October 2015 (40)
- September 2015 (59)
- August 2015 (41)
- July 2015 (81)
- June 2015 (101)
- May 2015 (106)
- April 2015 (142)
- March 2015 (137)
- February 2015 (105)
- January 2015 (155)
- December 2014 (62)
- November 2014 (39)
- October 2014 (49)
- September 2014 (92)
- August 2014 (120)
- July 2014 (238)
- June 2014 (8)
- May 2014 (127)
- April 2014 (306)
- March 2014 (239)
- February 2014 (264)
- January 2014 (288)
- December 2013 (253)
- November 2013 (264)
- October 2013 (233)
- September 2013 (276)
- August 2013 (288)
- July 2013 (381)
- June 2013 (310)
- May 2013 (379)
- April 2013 (453)
- March 2013 (280)
- February 2013 (401)
- January 2013 (649)
- December 2012 (397)
- November 2012 (480)
- October 2012 (520)
- September 2012 (727)
- August 2012 (596)
- July 2012 (728)
- June 2012 (641)
- May 2012 (673)
- April 2012 (176)