0
votes
1answer
28 views

Selenium WebDriver.ChromeDriver Nuget package installed, but not working for MSTest

I have added the WebDriver.ChromeDriver nuget package to my solution, which contains the ChromeDriver.exe file, required for Selenium WebDriver to run automated tests using Chrome. Looking at the ...
0
votes
0answers
40 views

Python - Selenium unresponsive and blocking the program

I am using Selenium with Python. After multiple find and click operations, the script stops executing. When I check, the Selenium will be blocking the entire code, either at a click operation or at a ...
0
votes
0answers
30 views

Is drag-and-drop possible in chrome-webdriver?

I cannot get drag-and drop working with the Java Junit WebDriver bindings. I am working with Google Chrome on Windows.I have used below code,but i did not work. {WebElement draggable = ...
0
votes
2answers
67 views

Getting Chrome to launch via Selenium

Hi all I'm very new to this and am having issues getting an instance of a Chrome browser from selenium in python. I'm using Windows 8. I have downloaded the chromedriver binary and added it to my path ...
1
vote
1answer
59 views

Could not find default Chrome binary

I am using the chrome webdriver for a project which works well when I run it on my local pc, however when I uploaded the project to my remote server for it to run live, the chromedriver could not ...
0
votes
1answer
153 views

ChromeDriver — The dreaded "Element is not clickable at point (x, y). Other element would receive the click

I have a web app that I'm trying to write selenium tests for, and I have run into a problem with the Chrome driver. There is a wizard-type interface that users can employ to fill out a form. There is ...
0
votes
1answer
59 views

Selenium ChromeDriver do no start on linux

Im trying to run my tests in junit, but im encountering the following error: >org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid ...
-1
votes
2answers
116 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
0answers
110 views

remove arguments passed to chrome by selenium / chromedriver

I'm using selenium with python and chromium / chromedriver. I want to REMOVE switches passed to chrome (e.g. --full-memory-crash-report), but so far I could only find out how to add further switches. ...
0
votes
2answers
393 views

Alert doesn't close using Selenium WebDriver with Google Chrome.

I have the following Selenium script for opening alert on rediff.com: public class TestC { public static void main(String[] args) throws InterruptedException, Exception { ...
0
votes
1answer
369 views

Using Selenium and Chrome Webdriver

I'm trying to remotely log into twitter and tweet using selenium and Chrome webdriver but i cant seem to get it before i do anything else i want to just test if i can write into the username and ...
6
votes
3answers
397 views

Custom profile for Chrome

Environment: Mac OS X 10.8.3, Ruby 2.0.0p0, selenium-webdriver 2.32.1, ChromeDriver 26.0.1383.0. I want to change default browser language. I am testing if the site detects the browser language ...
0
votes
1answer
141 views

The method usingChromeDriverExecutable(File) is undefined for the type ChromeDriverService in Selenium WebDriver

My code is as below: ChromeDriverService service = new ChromeDriverService.Builder() .usingChromeDriverExecutable(new File("E:\\Software\\chromedriver.exe")) .usingAnyFreePort().build(); It ...
0
votes
0answers
219 views

Running Jbehave tests in Maven using Selenium Webdriver in Chrome

I am trying to run tests on Selenuim web driver using Jbehave story files through Maven but i am getting the following error: Started ChromeDriver port=48363 version=0.7 ...
0
votes
0answers
143 views

webdriver chromedriver unable to click jquery mobile button

I am trying to test jquery mobile app using webdriver(ChromeDriver). Below is the code sample driver.get("http://localhost:8888/m/index.html"); new WebDriverWait(driver, ...

1 2
15 30 50 per page