How can i convert below Katalon Custom Keyword in to Selenium
Need to Convert below Katalon code into selenium, May I Know what area needs to be Converted?package nasdaqKeyword import ... public class accesstoTable { private String table_date(String trid){...
View ArticleSelenium - Page Object Model vs Defining public static final
In Selenium we can maintain the Object Repository as Page Object Model. But we can maintain OR through a separate class by defining variables as public static final and use in the other classes...
View Articledotnet core C# Selenium get the details from the chrome developer tools...
I am using dotnet core C# and selenium to load pages and run some tests. I want to get the details that are displayed in the chrome developer tool network tab. The list of resources that are loaded and...
View ArticleCheck if select field is selected in Protractor
I am writing a test which takes into consideration whether a select has been pre-populated.it('should select field if it was not selected', function() { var usersField = element(by.id('users'));...
View ArticleNo tests were found Test NG
I am facing an issue with testng. I have a code that I want to debug, and I put break points in it. I try to run debug via the window of intelij and it is not workThis is my testng.xml<?xml...
View ArticleHow to validate browser notifications using Selenium Webdriver
I am Automating one test case using Selenium Webdriver and core Java,in which on clicking one button I get browser level notification 'Show notifications with options Allow and Block'. After clicking...
View Articlejava.lang.NoSuchMethodError:...
I've been struggling with selenium to fix this issue:java.lang.NoSuchMethodError: org.openqa.selenium.support.ui.Wait.until(Lcom/google/common/base/Function;)Ljava/lang/Object; This is where I get this...
View ArticleSelenium WebDrive Java Firefox Headless not working
Im trying to run Fiorefox headless locally on my Macbook but so far no luck. Im working on Selenium WebDrive Java. I tried this 2 approach to solve the problem and both of them work just fine except...
View ArticleHow to click on specific download link when there are number of divs...
I want to download F&O Bhavcopy from "https://www.nseindia.com/all-reports-derivatives#cr_deriv_equity_archives"using selenium in Python.F&O Bhavcopy is in 1 of the div.there is download link...
View ArticleHow to interact with a Smart Phone emulator using Appium?
I'm using the following code to try and swipe left on a iPhone screen (and Android but focused on iOS right now), an App in particular, but I'm unable to get the phone to swipe left. The intention of...
View ArticleCucumber/Java validating result dates that were 3 months ago
I'm new to Cucumber/java framework. I'm trying to validate information on a webpage that contains the month that is dated back 3 months ago. So for example, I search for some information, todays month...
View ArticleHow do I capture the response of URL every-time new tab opens
I'm trying to develop a web-scrapping project, in which I am scrapping a website called Startup India, which you can use for connecting with startups. Here, I have clicked based on some filters I...
View ArticleUnable to run the test scripts using Chrome Driver though am able to hit the...
My below code is giving expected result to hit chrome browser with the url and maximize the window.But after that it should go my my test scripts where is have login page and it is doing nothing over...
View ArticleThis code for webscrapping nt wrkng nd giving empty list for Td tags for...
please get me solution how to get the entity type scrap from this page.This code for web scrapping not working and giving empty list for Td tags for other tag its working fine and how to use index i...
View ArticleSelenium web driver package library
I'm newbie in Selenium web driverWhen i start writing this error occur in 1st line" package is not accessible".Please help.
View ArticleHow to click a dynamic link with in a drupal 8 website using xpath/css...
I am trying to click on an edit tab link, and its in the form of a hyperlink in an unordered list.Here is the HTML:<li><a href="/node/2658/edit"...
View ArticleUsing selenium without ChromeDriver
So far I have used selenium only for testing purposes, but it is really nice and I would like to create a script that launch webpages but using the regular chrome with all my credentials etc.When using...
View Articlehow to select an element [that keeps changing] with selenium
I am attempting to move through a list of 6 elements on a page. However, its my script doesnt seem to being doing it sequentially and sometimes it will get a stale element exception. Im trying to jump...
View ArticleHow to use switch case in selenium to test several web element in a page?
i have a webpage with several element to be tested. They are more than 100 and i could not write 100 code to test one element. Is it possible to use switch case to test the element i want and not...
View Articleselenium.common.exceptions.NoSuchElementException: Message: no such element:...
I am trying to automate a login on my website using selenium.I am accessing this website : http://front-desk.fr/users/accounts/login/?next=/from selenium import webdriver from...
View Article