I've been testing out Selenium with Chromedriver and I noticed that some pages can detect that you're using Selenium even though there's no automation at all. Even when I'm just browsing manually just using chrome through Selenium a...
I a promise in such fashion, function getMode(){ var deferred = Promise.defer(); checkIf('A') .then(function(bool){ if(bool){ deferred.resolve('A'); }else{ return checkIf('B...
I am using selenium for test script. I am getting following error and this error randomly occur. When I run 10 times, I get this about twice. So it's not really reproducible. Does anyone know why this is happening? the element I am trying to clic...
I now get "javascript error: circular reference(Session info: chrome=76.0.3809.100)" whenever I try and click on any element on my company's webapp. This is code that was working fine on previous chromedriver versions I have tried the s...
I am having some trouble setting up Selenium WebDriverJS. My goal is to run selenium tests on Chrome browser using Javascript (node). I am following the instructions on https://code.google.com/p/selenium/wiki/WebDriverJs as well as https://code.goog...
Running a test case on selenium node js got error Error: ECONNREFUSED connect ECONNREFUSED. Test case var assert = require('assert'), test = require('selenium-webdriver/testing'), webdriver = require('selenium-webdriver&...
My issue is the following : I am training to retrieve the information on this website https://www.cetelem.es/. I want to do several things: Click on the two slide buttons to change the information. Retrieve the information following the change of...
tl;dr: Does anyone know how to pass the path of chromedriver to selenium-webdriver in code without setting the PATH environment variable? I'm attempting to use selenium-webdriver with chrome, but would prefer to not physically install chromedriv...
I am currently trying to run some tests made with webdriverjs and chromedriver but they need microphone permissions. This is the popup that shows up: I have tried: chromedriver.start(['--disable-popup-blocking']); driver = new We...
I am using java + selenium for automated testing of a javascript web-app. One question that has come up is memory leaks and how to test for them. Since I am already using selenium for testing the app, is there an easy way to get the memory usage and...
©2020 All rights reserved.