Attaching a log file to an Azure Devops Test Run
I'm trying to attach the log file that I have generated, during the run of my automated tests in the Azure Release pipeline. I am running Automated UI tests using selenium and MSTest. Originally, I was...
View ArticleC# visual studio selenium for edge OS version18362
I am beginner of learning C# selenium using visual studio 2015. I want to test a random website using edge browser. With the use of NuGet, I have installed selenium support (latest version)v3.141.0,...
View ArticleSelenium Grid Node cannot connect to Hub
I am trying to initiate a Selenium Grid hub on my Mac and then set up a node on a Windows 7 VM also on my Mac (running in VirtualBox, if that matters). I am running this command on the Mac:java -jar...
View ArticleProtractor: Scroll down
I have an button on my page that is visible when the user scrolls down. Because of this, protractor tests give me an error:UnknownError: unknown error: Element is not clickable at point (94, 188).I...
View ArticleWebDriver and ChromeDriver cannot be resolved to a type
I know this is a very frequently asked question but i have tried so many fixes to this problem (including: downloading java and eclipse again) and none of the fixes worked. i am asking for very...
View ArticlePython selenium iframe
I am trying to switch to iframe in captcha, but I get this error selenium.common.exceptions.InvalidSelectorException: Message: invalid selector: The result of the xpath expression "//iframe" is:...
View ArticleGetting lowest and highest point from a svg line chart using selenium(java)...
This question already has an answer here:How to click on SVG elements using XPath and Selenium WebDriver through Java 2 answersI am new in automating charts. Can somebody point me to the right...
View ArticleSelenium - Send keys to input password in an iframe for Norwegian BankId
I want to do automatic testing using test data from here with Norwegian BankId. But I can't get hold of the input field using Selenium. What I try to do: Go to https://www.banknorwegian.no/Click on...
View ArticleIs there a way to open multiple tabs at once with Selenium + Python?
When using:browser.execute_script("window.open'Link', 'new window')") I am only able to open one tab. Is there a way to open multiple, like say 10 tabs of the same website?
View ArticleFinding page element using selenium(Python)
Im trying to find the username path for the login page on https://www.textnow.com/login. I've tried finding it by x_path, ID, Name, class but my bot just cant find it. Does anyone have any possible...
View ArticleMSEdge Driver not launching Brwoser using selenium
I am using selenium to automate MS Edge (chromium) browser. I have downloaded correct driver i.e v79.0.309.43 which is same for driver and browser.but when I run code , it simply shows message that it...
View ArticleHow to hover on donut chart arcs using selenium java?
Have a donut chart as belowand when i hover over the arc which is in color then it will display as belowand the html code for this is as belowI used mousehover of actions class but no use. Can some one...
View ArticleHow to perform internal scrolling using selenium with java
I've a page which has list of messages say for example 20 messages and I am able to view only 4 at a time then I need to scroll down. If I use normal scrolling methods, it will scroll the page but I...
View ArticleError message display on screen : The driver executable does not exist:...
This question already has an answer here:java.lang.IllegalStateException: The driver executable does not exist: while trying to execute tests through Selenium, ChromeDriver and Chrome 4...
View ArticleIs there any tools that records the desktop actions and give a json file?
I am looking for something like selenium IDE which will work on desktop. So that i can record the user actions performed and export it to a json for some other format .
View Articlegetting Stale element exception in katalon while selecting checkbox
Can any one help me with same exception as i am getting this exception 2 out of 5 times while running my codepublic selectTags(int tags){ WebDriver driver = DriverFactory.getWebDriver() for(int i=1;...
View ArticleHow can I write Python selenium test for PrimeFaces?
I am trying to write a Selenium test but the issue is I have learned that the page is generated with PrimeFaces, thus the element IDs randomly change from time to time. Not using IDs is not very...
View ArticleIs there a way to close a tab in WebDriver or Protractor?
Is there a way to physically close a tab via Protractor or WebDriver? I ask because while I know how to switch tabs programmatically, but it does not bring the active tab to the foreground. I can't...
View ArticleWebscraping a live news ticker
I am trying to scrape some sort of live news-ticker from the page https://www.galaxus.ch/de/s2/sector/haushalt-2. (see screenshot on the right side of the webpage)The workflow I tried is:start Selenium...
View Articleselenium via python to click on the next hyperlink
I am trying to scrape this website: https://travel.padi.com/s/liveaboards/caribbean/?page=2 Here is the screenshot of what I am seeing: but I am stuck on the 'Next 4 trips' button. I got the code...
View Article