Tagged Questions
0
votes
1answer
22 views
How to configure data and pass to the test file
I would like configure all the input data in a file and would like my test read the data from that file while running test. For example, in the below I would like to configure browsername, search ...
0
votes
2answers
41 views
Unable to either launch or connect to Chrome using selenium-webdriver
I am creating webdriver as follows:
var driver = require("selenium-webdriver");
driver = new webdriver.Builder().
usingServer(server.address()).
withCapabilities({'browserName': 'chrome'}).
...
0
votes
0answers
32 views
WebdriverJS and drop down menus
I am running WebdriverJS on nodeJS to test the UI of a website. I want select and click on a submenu item in a drop down menubar. The submenu items are hidden by CSS. The menubar looks like this:
...
0
votes
1answer
29 views
Equivalent behaviour of 'jQuery.active' in q
In my c# selenium webdriver tests I occasionally have to make use of:
public void WaitForJQuery(TimeSpan timeout)
{
var wait = new WebDriverWait(driver, timeout);
wait.Until(d => (bool)(d ...
0
votes
1answer
332 views
Selenium(WebDriver) Cannot find and click element: <a class=“page-next” href=“javascript:gotoPage(2)”></a>
-Hello, thank you for reading my post. I have spent all day trying to figure this out. Just trying to click the above element to iterate to the next page of product reviews (this doesn't change the ...
1
vote
1answer
58 views
Failed to perform procedding step after javascriptExecutor performed
I want to do Mouse Hover to perform some task in my application. I did that by using the javascriptExecutor. Before get into my application i tried in some open application. Below is the used code
...
3
votes
2answers
88 views
Capturing JS errors in Chrome
I'm capturing js errors in the application with window.onerror, but the thing is - in Chrome if dev tools isn't opened - then the url parameter passed to onerror handler always equals to the opened ...
0
votes
1answer
88 views
Webdriverjs selenium2 from Nodejs - correct syntax for taking screenshot
Reading up on https://code.google.com/p/selenium/wiki/WebDriverJs, what is the correct way of taking a screenshot when running a chromebrowser from selenium via webdriverjs?
I have the stand-alone ...
-5
votes
3answers
357 views
How do I click on an image button in WebDriver using Java?
The button type is image, and the relevant code in HTML code attached. I have entered all the data and clicked on Apply Now button, it is not at all saving. But when I try to create it manually, it is ...
1
vote
0answers
58 views
Webdriver randomly creates addtional Firefox tabs
Sometimes when my web driver tests click on an element that executes a JavaScript function instead of carrying out the correct function the browser creates another tab with the JavaScript as the name ...
1
vote
1answer
66 views
Testing chrome webstore using WebdriverJS
I'm facing problems by testing the chrome webstore - using WebdriverJS and my own node.js script.
When trying to query the result using css selectors, I get allmost everytime "no such element" errors ...
0
votes
1answer
123 views
Embedding javascript for parsing and clicking a webpage in selenium ghost drivers
I am trying to parse Google search result page with Ghost driver, for which I need to parse the second search result page. So using Java script, I am trying to go through the source (html) of search ...
0
votes
2answers
279 views
I need to read the text displayed on the popup window in Web driver using Java
I need to read the text displayed on the popup window in Web driver using Java. I am able to handle the popup window for closing. I don't know how to read the text displayed on Popup window and ...
1
vote
2answers
100 views
Selenium WebDriverJs is unable to create a new client with iOS
I am trying to use Selenium WebDriverJS with the iOS browser. Unfortunately this doesn't work as I need it to do.
I've set up the "iWebDriver"-Project like described at the iPhoneDriver wiki page. ...
1
vote
1answer
211 views
Python Selenium WebDriver JavaScript Table Iteration
I've been playing with Beautiful Soup for awhile and it works great minus the javascript limitations. I am trying to use Selenium to bridge the gap in my toolbox. The site I am trying to scrape is ...
0
votes
2answers
370 views
Handling dynamically changing element id - using selenium webdriver
I m having the login page, when click login button it opens the new tab.
i moved the control to new window using,
driver.switchTo().window("_blank");
When I click one Button it will open the new ...
0
votes
1answer
498 views
Unable to switch back to the parent window from the popup frame using selenium webdriver
I have the login page, when click login its opens the new tab. I moved the control to new tab using
driver.switchTo().window("");
// Done some stuffs in new window.
when I click one Button it will ...
0
votes
1answer
48 views
Using $(window).width in Selenium
I have a website using $(window).width() in a JS function.
In Selenium I want to test if the function was executed and a div has the value of $(window).width() * 0.8.
Is there a possibility to do ...
5
votes
1answer
311 views
Use Selenium Webdriver to get periodically updated content
As an example, the chat site Omegle always displays on its homepage the current number of users online, which I am able to extract with this python script using the headless HTMLUnit Webdriver in ...
0
votes
0answers
103 views
JavaScript Error Output different on IE Versions
I am running automated tests using Selenium Web Driver on a remote machine with a Server and two Clients. One client is running XP and IE7 while the other runs XP and IE8. On my own box I am running ...
-2
votes
1answer
67 views
Need help processing (not executing) javascript found on the page
I need to drive a website that is rendered almost entirely with javascript. I have been able to detect the rendered page and navigate it so far, however there are variables in the script that I'd ...
0
votes
1answer
334 views
How to execute a Javascript function in python with selenium
I have a function called 'checkdata(code)' in javascript, which, as you can see, takes an argument called 'code' to run and returns a 15-char string.
So, I found out (and tested) how to call ...
0
votes
3answers
942 views
How to type text on hidden text box in WebDriver with Java
I am trying to sendkeys to an input,but I don't know why it warns me like this:
org.openqa.selenium.InvalidElementStateException: Element must not be hidden, disabled or read-only (WARNING: The ...
3
votes
3answers
3k views
Reading JavaScript variables using Selenium WebDriver
I'm using Selenium WebDriver (Java) and TestNG to do some testing on a website I created. In this website, I also have JavaScript and in some of the functions, it returns values and also outputs ...
1
vote
0answers
197 views
Disable alt key in IE9
I need to disable default alt+c behavior of IE 9. I am executing the java script code in Junit framework which is using Selenium Webdriver for browser launch. I am using following code
...
0
votes
0answers
242 views
Two different ways to override console.log, why one is not working in js.executeScript()?
I overwrite console.log function and put it into executeScript() which is method of selenium web driver. For example, I wrote:
js.executeScript("console.log = function(txt) {alert(txt);};");
is not ...
0
votes
1answer
186 views
click not work on IE9 ruby webdriver
I'm using this code to click on an element: @driver.find_element(:id, "test").click and it works well when I run script on FF16 with Selenium Ruby Webdriver (selenium-webdriver-2.26.0.gem).
However, ...
3
votes
1answer
82 views
Finding Ads on a web page
I'm writing an application that's trying to determine if there are ads on a page. This is currently using brower-driving through selenium webdriver using python.
I figured that a good amount of ads ...
0
votes
0answers
2k views
Selenium Webdriver - Open new tab/window with javascript does not work in IE
I'm using JavascriptExecutor to open a new tab/window in Selenium Webdriver.
The code I have currently works perfectly in Chrome but in IE 9 it does nothing.
Edit: This runs without throwing any ...
-4
votes
4answers
139 views
How to verify a item is deleted on web page using selenium webdriver [closed]
I am deleting a row on webpage and i want to verify it is deleted.
How to do it using selenium webdriver with java.
I got its solution by using "isDisplayed" .
Thanks
0
votes
0answers
22 views
Webdriver handles JAlert automatically
I am using webdriver 2.25.0 which handles the Jalerts automatically. I tried making the "handlesAlerts" to false in firefox driver capabilities. but, it doesn't work. My firefox version is 16.0. Can ...
1
vote
0answers
121 views
Selenium HtmlUnitDriver compiled javascript mode
I am using the HtmlUnitDriver in a play app (play.api.test.TestBrowser.webDriver is an instance of the HtmlUnitDriver) to test user interactions. I have a JavaSrcipt file that defines some functions ...
0
votes
1answer
820 views
Selenium for multiple browsers - Need webDriver that can execute javascript
I am helping to build an automation framework to test our website. Since the test cases must run against Chrome, Firefox and IE, we are currently passing around a WebDriver object for our driver. This ...
3
votes
1answer
3k views
How to type some text in hidden field in WebDriver
I am using WebDriver with Java for test automation. I have the following HTML code for input field which is hidden:
<input type="hidden" value="" name="body" id=":6b">
How to type something ...
13
votes
3answers
2k views
Tracking with Java Script if Ajax request is going on in a webpage or Intercept XMLHttpRequest through Selenium Web driver
I am using Selenium WebDriver for crawling a web site(only for example, I will be crawling other web sites too!) which has infinite scroll.
Problem statement:
Scroll down the infinite scroll page ...
0
votes
1answer
405 views
Javascripts for webdriver
Is there any good studying material or link about writting Webdriver specific JavaScript? I went through the (http://seleniumhq.org/docs/03_webdriver.html) it
gives very basic idea not helping much ...
