Why aren't alerts modal and closed in my Electron application when tested...
I want to test a web application with the selenium framework using java. When I test the application using Selenium with Chrome and Selenium with an Electron wrapper (as described here: Testing...
View ArticlePossible issue with Chromedriver 78, Selenium can not find web element of PDF...
Until my google Chrome wasn't updated to version 78 my code worked fine. I also updated the chromedriver to version 78.0.3904.70. So I am not able anymore to find WebElement with id='plugin' using...
View ArticleUnable to select depart date in https://spicejet.com through Selenium and Java
I am trying to select a "Depart date" as of 31st october 2018 from the calender https://spicejet.com/ But I am getting error "unknown error: Element is not clickable at point (832, 242). Other element...
View Articleselenium-python code management(git) + jenkins integration. Now how to run...
Using Selenium Webdriver and Python Scripting I have created a project and was able to make a series of test cases in PyCharm that run on Unit Test. Now I'm able to run my test/test-suite using the...
View ArticleSelenium doesn't refresh page on Jenkins
I have a test case that goes something like this:open homepageif there is no content presentrefresh pagecontinue with other steps... This is the relevant part of the code: public JpoPO() {...
View ArticleIs there a way I can save websites text into a word file on my computer using...
This question already has an answer here:Print string to text file 5 answersI made a simple automation selenium script which takes user input and based on that searches the web. Then it clicks on the...
View ArticleHow to handle Windows Security pop up in IE [Windows 10] using Selenium
So I'm using Selenium Webdriver. On my machine running Windows 7, I can handle the Windows Security pop up using driver.switchTo().alert().authenticateUsing(new UserAndPassword([Credentials])); But in...
View ArticleSelenium webdriver - wait until 1 of 2 selectors is visible
I'm trying to use Selenium to automatically download some reports based on a date that I input.The page is updated by Javascript. Sometimes the list of reports to download can take a while to load so...
View Articlekendo combobox with selenium Java
I am trying to automate Kendro UI application using selenium. I am not sure if the selenium is the right tool to use for Kendro UI application.Could you please help me to select a Kendro UI Combobox...
View ArticleHow to write results to only one file in test suite selenium
I have the following Test Suite code. This triggers the individual tests in the set. The problem is output to the html file. Suite creates a separate file for each test.Would anyone know how to write...
View ArticleSelenium - Could not start Selenium session: Failed to start new browser...
I am new to Selenium. I generated my first java selenium test case and it has compiled successfully. But when I run that test I got the following RuntimeExceptionjava.lang.RuntimeException: Could not...
View ArticleSelenium keeps a cache?
I have a more complicate question but I'm trying to isolate the problem to avoid confusion. I'm testing a page using selenium. In this page there are two javascript external scripts. If you go there...
View ArticleLooping through a series of web elements of common class name
I'am writing a code to do the following using python and selenium:1.go to google maps and search London Restaurants2.click on first restaurant to view details and then go back to previous page and...
View ArticleExcel spreadsheet added in automated testing
I am writing an automated test to pull video ids from a third party website with my creds, onto an excel spreadsheet. This part is already automated. I now want to open the spreadsheet, pull the ids...
View ArticleHow do I add a profile to Firefox WebDriver? [duplicate]
This question already has an answer here:unable to Pass FirefoxProfile parameter In webdriver to use preferences to download file 1 answerCreating Firefox profile and switching off the marionette 2...
View ArticleUnreachableBrowserException: Could not start a new session Possible causes...
I am new to selenium. Able to configure selenium set up on Ubuntu.Configuration details given below:Google Chrome 68.0.3440.84 ChromeDriver 2.41.578700 (2f1ed5f9343c13f73144538f15c00b370eda6706)Jenkins...
View ArticleDetecting when an element is refreshed, even if the value doesn't change
(Selenium/webscraping noob warning.)selenium 3.141.0 chromedriver 78 MacOS 10.14.6 I'm compiling a list of URLs across a range of dates for later download. The URLs are in a table that displays...
View ArticleHow to click the buttons A to Z using Selenium and Python within the webpage...
http://architects-register.org.uk/list/regionsSo i have this website which i want to be able to have the code click the button A, then B and C and so on. How should i do that. I tried this code which...
View ArticleChrome Automation Extension has crashed
I am using Selenium in C# to automate against Google Chrome. I am using the latest version of Chrome (78.0.3904.70), Selenium.Webdriver (3.141.0), and Selenium.Chrome.Webdriver (77.0.0).I use:...
View Articleselenium.common.exceptions.ElementClickInterceptedException: Message: element...
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element ... is not clickable at point (79, 202). Other element would receive the click: ... (Session...
View Article