0
votes
1answer
34 views

<HTML> <head> <title> text empty with selenium Firefox webdriver

I'm using Firefox 21 and C# WebDriver 2.33 on Windows 7. I'm baffled why the following test fails (which I have just to check my configuration is set up correctly). This passes in other browsers. ...
0
votes
1answer
18 views

Crash occurs on opening Appium.exe in windows

Unable to install Appium.exe in Windows machines for testing Android Native apps that use Selenium WebDriver API 1) Tried on different PCs 2) installed Microsoft .NET framework version 4.0
0
votes
0answers
22 views

Execute the selenium test suite it gives the error while debug it line by line code it runs successfully

I am using tools for test Nunit 2.6.2, VS 2012, selenium web driver 20.32.1 Now the problem I am facing is I have created a test suite consisting of three test, when execute the test it runs first ...
0
votes
0answers
19 views

Unable to drag and drop element using Selenium Web driver ( Python )

On trying to perform drag and drop using selenium webdriver, the following traceback is thrown . File ...
0
votes
1answer
17 views

webdriver 'Element not found in the cache, perhaps page has changed' [webdriver][python]

I have created a test to create a ticket. When I click 'new ticket', it brings up a popup form. I fill in the title, and body, and click 'save and new'. At this point I created a loop. While i<10, ...
0
votes
1answer
18 views

Switching Frame in Selenium Webdriver, C#

I am getting this error using Selenium: An unhandled exception of type 'System.InvalidOperationException' occurred in WebDriver.dll Additional information: '[JavaScript Error: "a is null" {file: ...
0
votes
2answers
16 views

how do I get around this error 'webelement does not support indexing"[webdriver][python]

I am doing an xpath search page = driver.find_element_by_xpath('//td[@class="mceIframeContainer mceFirst mceLast"]')[1] This gives me the first class item which I need, in firebug, but apparently ...
0
votes
0answers
13 views

selenium mobile safari driver iPad

I am using selenium grid with ios-server-0.6.0.jar and iWebDriver, and I am trying to test a web application on mobile safari using an xCode iPad simulator. I am clearly missing something here. I ...
0
votes
0answers
18 views

Are there defined semantics when expiring and then setting an HTTP cookie in a single response?

Using a third party service, a cookie is being both deleted/expired and set in the same HTTP response: Set-Cookie:flash=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; domain=.example.com ...
0
votes
0answers
21 views

Chrome Driver not handling Alerts and constantly showing a notification about background apps when running selenium test

Running selenium tests using chrome driver, everytime the browser starts up I'm getting a notification balloon about added persistent background apps and then the test hangs it doesn't even appear to ...
0
votes
0answers
38 views

What would be the java equivalent of this Sikuli command?

I'm trying to convert a sikuli script written in Sikuli IDE to Java in eclipse. How can I convert the below line to Java ? type(text_field.png, "sampletext" + `n`) Here is my code public ...
0
votes
0answers
14 views

Unable to run the script in emulator from selenium?

I have designed a script with the help of selenium and tried running the same with emulator. I am able to view the website manually in the emulator but unable to execute the script from selenium. When ...
1
vote
1answer
26 views

issues in running selenium in internet explorer

Hi I am trying to run my selenium webdriver on IE9. WebDriver version : 2.32.0 IE:9 IEDriverServer_win32:2.32.3 windows7 Below is my code: File IEDriver=new ...
0
votes
1answer
25 views

Get scrollTop, scrollLeft etc. from element with selenium

In a Python/Django test for an element, that is scrolled via scrollTop, I want to get the value of scrollTop. In JavaScript I get this value via element.scrollTop In Python I tried the following: ...
1
vote
0answers
15 views

Limit memory usage of phantomjs using selenium webdriver?

I'm running phantomjs in Remote WebDriver mode with phantomjs --webdriver 8910 and then getting many pages using the Selenium python bindings with something like: wd = webdriver.PhantomJS(port=8910) ...
0
votes
1answer
41 views

my xpath is not working

I am trying to grab data from something that looks like this: <html> <table> <tr> <td> <div> <tr> <td> <div> I think this is ...
0
votes
2answers
50 views

Unable to launch Internet Explorer through Webdriver

I've downloaded IEDriver and tested both 32 and 64bit versions (I am running 64bit Windows 7) and I included the folder containing the EXE to path in environment variables. I've restarted Eclipse and ...
1
vote
1answer
51 views

Access element in default content after switching to iframe in WebDriver

I am practicing with Webdriver in running basic tests, and this specific test is to send an email through Gmail and then assert that it's been received. I'm using the new version of Gmail where the ...
0
votes
2answers
49 views

Random data for test automation in python

I am using unittest and selenium to automate my browser testing. How would I go about making a test which I can run multiple times, where a user creates a ticket. The ticket has to has a title name, ...
1
vote
1answer
42 views

why is selenium webdriver not finding my element

https://www.mykplan.com/participantsecure_net/TermsAndConditions.aspx I am doing find by id/xpath/name and they all fail for the accept button. Here is my latest effort ...
1
vote
1answer
28 views

webdriver, catching @Test(timeout = 10000)

My webdriver tests are annotated with @Test(timeout = 10000) to force the test to end after 10000ms. This prevents my tests from hanging all night if there is an error. However, My tests are also ...
-3
votes
2answers
39 views

I want to copy the console messages in a text file in selenium webdriver. how can i do it?

I want to capture all the console messages in a text file in selenium webdriver. Plz can anyone please tell me how can I do it?
0
votes
1answer
82 views

How to eliminate xpaths in Webdriver code?

I working on automating a website and I'm trying to find a way to reduce the use of xpaths in my code. My code looks something like this ...
0
votes
0answers
43 views

verify Popup Alert message text using selenium webdriver

<tr> <td style="padding: 15px 5px 0 0;" colspan="2"> <input class="LoginButton2" type="button" value="Login" name="login">events=Object { click=[1]}handle=function() ...
0
votes
0answers
45 views

Selenium WebDriver mouse actions moveToElement on Firefoxe

I wrote a simple code in java that moves the mouse pointer to a menu bar of a website. when mouse moves on "Demo page 1", its sub-menu opens and then I can clicked on "Demo page 4". The code works ...
0
votes
1answer
46 views

WebDriver claiming editable element is not editable

I'm running a simple test with Selenium WebDriver and Python to send/verify receipt of email. Once I switch to the iframe containing the message body and locate the editable body element and try to ...
0
votes
1answer
45 views

XPath works on Chrome console but not on Selenium

@Arran solved, selenium dont work well with text() function, updated xpath to ://table[@width=200]/tbody/tr[1]/td/a I need manipulate a internal system and it never get on time. I changed timeouts ...
0
votes
0answers
38 views

How to set username and password for Chrome Proxy Using Selenium?

I'm using webdriver.chrome.driver Proxy proxy = new Proxy(); proxy.setHttpProxy("0.0.0.0:1234"); capabilities.setCapability("proxy", proxy); And it worked great before, but now I'm tested behind a ...
0
votes
1answer
20 views

TypeError: 'module' object is not callable ( when importing selenium )

i have problem when running this code : >>> from selenium import webdriver >>> driver = webdriver.firefox() Traceback (most recent call last): File "<pyshell#19>", line 1, in ...
0
votes
0answers
22 views

How to update or overload a selenium javascript prototype function?

I want to enhance the record function in the Recorder object. I want to put it into an extension. Recorder.prototype.record = My new function here Will just putting my function there and putting ...
-1
votes
1answer
66 views

Not able to switch to pop-up window and find any elements in pop-up in Webdriver using Java

I have a application on which clicking a button will pop-up a window for filling a new user form. This is not really like a pop-up window, because it has some input fields and "save " and "cancel" ...
0
votes
1answer
25 views

webdriver how to focus on the password (Security controls)

in a login page, i want to use sendKeys to password input but the "sendkeys" doesn't work; how should i do? here is html <fieldset class="txt" id="psd"> <label>password:</label> ...
0
votes
1answer
37 views

webdriver how to focus on file upload window when the window Minimized or Maximize the window

everyone,i have a problem about file upload. i use pc A to remote logining pc B; PS:pc B has eclipse and webdriver code ; i maximize the remoting window(PC B), the file upload window can focus ...
0
votes
0answers
40 views

How to run a parameterized suite file from command line using maven

I am trying to find out how to run a parameterized suite file from command line using maven. I am using IntelliJ to write my webdriver tests and in that IDE I just right click on the suite file and ...
0
votes
0answers
85 views

selenium webdriver isDisplayed() returns true when element is not visible

I have elements in a drop down list in a collapsing side bar. There are two top-level items in the side bar. When you click one, the contents beneath it are revealed. I am testing a bookmark, so I ...
1
vote
1answer
49 views

any good python selenium tutorials? [closed]

I am going through the main documentation of the selenium webdriver module, and its pretty great, I am taking notes as I go along. I was wondering if someone knew where I could see example test ...
0
votes
1answer
69 views

How to handle windows file upload window when using selenium

I am trying to write selenium tests for a website using java. However, I have come across a problem when testing file uploading.. When I click the file upload button, it automatically opens the ...
0
votes
0answers
152 views

Reading Excel file with selenium webdriver and web form with values

I have a selenium webdriver script written in C# that reads some values from an Excel spreadsheet and then uses the values from the row to fill a web form. The challenge I have now is that it takes ...
0
votes
0answers
57 views

android webdriver enabled but not responding - debugging? - emulator on headless ubuntu 12.04

Config OS: Ubuntu 12.04 64bits CPU: Quad-Core AMD Opteron(tm) Processor 2352, 2.1GHz RAM: 2GB Headless Ubuntu, I use Xvfb, without Eclipse android: v4.2.2 & webdriver v2.32.0 Question As you ...
0
votes
1answer
28 views

Automated testing screen comparison

I'm using Webdriver with C#, the issue is that Webdriver can't test design, so i trying to make something like screenshot comparison, because i working on big site and every day it has new futures, ...
0
votes
2answers
50 views

Unable to locate element by name

Can someone please explain to me why Selenium webdriver can't be find by name=userid? <input class="required" type="text" size="15" maxlength="64" **name="userid"** value="" ...
1
vote
2answers
57 views

How to add multiple source directories to pom.xml

I am getting package org.testng.annotations does not exist error when I am trying to compile multiple source directories using maven. I am running webdriver tests and all of my tests are importing ...
0
votes
2answers
37 views

Trouble using parent::* axes in selenium web driver

I am trying to use a wildcard to navigate up the DOM in selenium, using something like this... ArrayList<WebElement> list = (ArrayList<WebElement>) ...
0
votes
0answers
45 views

Selenium Webdriver and Basic Auth in IE

Is there any way to provide username and password to a basic auth dialog in IE using selenium Webdriver? Passing the credentials in the URL is not an option for us.
0
votes
0answers
44 views

How to send a mail of my WebDriver Script Results?

I wrote the Script in WebDriver, its work fine and give some results in console.. Now I want to email these scripts to my Mail. I Don't want the status, I want whole results displayed in the console. ...
-1
votes
1answer
42 views

How to test multiple version of google chrome using chromedriver?

selenium web-driver with java then how to use chrome driver for test their lower version of Google chrome
1
vote
1answer
157 views

Using selenium webdriver in Internet Explorer

While using IE for automation using Selenium Webdriver, I am able to open the url but finding the element on that page is throwing the following exception: org.openqa.selenium.NoSuchWindowException: ...
0
votes
1answer
61 views

WebDriver Firefox profile not working after IEDriverServer setup

I've been using webdriver.Firefox() for my test cases, but wanted to test on IE. I downloaded IEDriverServer, added it to my PATH and ran the IE test case successfully. However, when I then tried ...
2
votes
1answer
56 views

Run time error while typecasting WebDriver to CheckBox

In my application, I have a grid with a column for check boxes. The ID of the check boxes for each row differs only by the number after a fixed value. xxxx_0, xxxx_1, .... In order to select a check ...
0
votes
0answers
100 views

Activate javascript on Webdriver selenium

I have program with java and i use selenium Webdriver. But my script doesn't see the button "Open device access because he is "display : none". http://clip2net.com/s/53N136 Normally, when I click ...

1 2 3 4 5 34