Proxy is ignored for localhost in docker selenium version: 3.141.59-zinc
Description: I have upgraded docker selenium version to 3.141.59-zinc (from 3.141.59-europium), it started failing the acceptance test due to header info (set through proxy server) not found at server...
View ArticleCant get attributes from nested objects
I have spent a lots of time trying to solve this but I cant find a working solution I done several hours of research..I am currently is using selenium. the page itself is angular but that should no be...
View ArticleSelenium JavascriptExecutor - Unexpected token at javascript algorithm
I try to execute this java codeWebDriverWait wait = new WebDriverWait(driver, 10); WebElement hoverElement = wait.until(ExpectedConditions.presenceOfElementLocated(By.xpath("//div[@id = 'demo']")));...
View Articlec# Selenium test, no fails, but two errors
I have a problem with my selenium test. There are no fails in the tests, but two errors occur. Maybe someone can help me?
View ArticleSelenium Drivers click on elements but does not redirect to next page
functionName is the linktext i need to click, the script executes the click but it does not redirect. Same script redirects when executed on other...
View ArticleWhile clicking on the submit button,the user is not navigated to the next...
I was automating a Web application for shopping. In a particular page I have to submit by clicking on the submit button. I coded in selenium web driver for the same thing to happen. The button was...
View Articleorg.openqa.selenium.SessionNotCreatedException: session not created exception...
I am trying to run my automation tests from Jenkins CI server (built with Gradle), but the browser crashes instantly with the error below. It also crashes when I run gradle test from the console. Now...
View ArticleBrowser Stack , replacing session name with class or test Name
I using TestNG to run parallel test execution on browser stack. On Browserstack json config file I had declared all code needed .Is it possible to pass custom name for each session when executed...
View Articleselenium.common.exceptions.WebDriverException: Message: invalid session id...
I'm writing some code using Selenium, and at one point I make 7 requests, all to different websites. For the first one, this works fine. However, for others, I get a session ID error. I think that my...
View ArticleCan we test ios application using appium in Ubuntu?
I am using Ubuntu 16.04LTS 64bit. Can we test/automate ios application using appium in Ubuntu? Also please help to install appium in ubuntu as i am new to this and i tried but couldn't installed appium.
View ArticleSelenium 3.0 Python 2.7 [closed]
I am currently trying to implement a subtitle downloader with the help of the https://www.ytssubtitle.com/ website.The first part of my code is to click on the accept cookies button and then send keys...
View Articlechrome Webdriver can't be resolved to a type error eclipse and java
Im trying to do some automation projects with chrome, java and selenium and having problems importing the chrome driver. package main; import org.openqa.selenium.*; public class SitePoster { public...
View ArticleHow to run Edge (Chromium) in Selenium with Python?
Microsoft recently released a blog where they talk about the new Edge browser coming out and how to test it with Selenium:...
View ArticleSelenium how to manage wait for page load?
I am developing web crawlers for a while and the most common issue for me is waiting for page to be completely loaded, includes requests, frames, scripts. I mean completely done.I used several methods...
View ArticleWebDriverError: no such session error using ChromeDriver Chrome through...
I'm trying to make an automated test for my webpage and I'm using Jasmine in tandem with selenium. When testing on chrome (using chromedriver) I get, unpredictably, the error below. It happens...
View ArticleChromedriver selenium opens page but closes 2 seconds later (Multiple Error...
I'm currently using chromedriver 2.25 to launch a webpage. Everything is done in python but however, when i run the script, i get the following error below.my chrome version is chrome 54+ and I'm...
View ArticleWebDriverError: no such session error using ChromeDriver Chrome through...
Often I am getting no such session error when I am running the scripts from Jenkins. What's the cause for it? Is there any connection failure or is it due to someother reason (I am running around 26...
View Articlescraping tiktok webpage with selenium (python), video not loaded
Having exactly the same problem withSelenium is not loading TikTok pagesThere's nothing inside div class="jsx-1792501825 video-feed" tag, where originally the video informations are supposed to be...
View ArticleMaking changes with Selenium in a web page and the response of the driver...
In a web page that has the Show More button, I click it in a loop till it isnt around anymore (I can see the entire page). Now I need to get some data but the data that I'm getting is the same as...
View ArticleHow do i resize Cucumber Report failure ScreenShot using Java?
if (scenario.isFailed()) { WebDriver augmentedDriver = new Augmenter().augment(WebConnector.getInstance().getBrowser()); byte[] screenshot = ((TakesScreenshot)...
View Article