i cant access data from my properties in java spring boot
i have properties named application-QA1.properties #Endpoint web.loginPage=https://www.phptravels.net/ #login data common.data.username=tes common.data.password=tes #Default Param param.storeId=10001...
View ArticleSelenium + chromedriver is not able to load HTML in only some pages, but not...
This is in the same project I asked hereHowever, this time I encounter another issue. Bascially, I am trying to get the 2 fields Updated and Published under the More information toggle link (the HTML...
View ArticleHow does looping through a list based on findElements work?
First one in list is easy since you can use find Element. I find the element and need to get information from preceding and following divs. For the "n" element in the list, what is the xPath syntax for...
View ArticleSystem.NullReferenceException when reading browser log with selenium
I am writing using C#, seleniumchromeWebDriver. When I try to read the browser console log file with selenium I get:System.NullReferenceException: 'Object reference not set to an instance of an...
View ArticleSelenium WebDriver C# : Unable to enter value in a textbox in IE browser
When i try to enter a value in a text box in IE browser using SendKeys method, I ended up in only the cursor moves to the text box and no value is being entered. So I tried using the Javascript...
View ArticlePython Automatic browser without webdriver
I have this code , it opens chrome, but it doesn't want to continue with the code. Don't really know how to fix the issue. I do NOT want it to open selenium webdriver, want it to open my own local...
View ArticleHow to connect Selenium Cucumber results to TestRail using JUnit
I'm trying to have the results from my JUnit tests run set on an existing TestRail run. I have the APIClient and APIException as per this project. I then created this JUnit class also copying that same...
View ArticleBrowserStack Selenium local authentication dialog
We're trying to use BrowserStack in local mode to hit our AUT on our internal network. I've got it configured so that I'm getting the remote browser session, but as soon as I try to direct it to our...
View ArticleHow do i fetch all the values of for loop which need to be separate and need...
I am automating scraping data from a popup contain 542 values such as 12/34, 45/76, 97/23 and so on.I am trying to print those values on console, then separating and have to display the total of the...
View ArticleSelenium login issue of Auth0/ single sing on using IE 11
I am using the same code for IE 11 and Chrome. using chrome i am able to login without any problem on Auth0. But when i am using IE 11 everything i click the Login button. it is showing " Can't be...
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 ArticleWhat is required to pass URL as arguments in selenium python
I'm writing a selenium python script for automation. Want to pass IP as an argument to create URLs to be used in the script. node_ip = sys.argv[1] app_url = str("https//"+node_ip+":5200/admin/") def...
View ArticleIssues navigating down shadow root using python
I'm currently using python and going down the root, but ran into a problem and now I'm stuck. I cant seem to get down and expand. I've tried #root5 =...
View Articlepython selenium says xpath expression is not valid
I was trying to exercise with selenium and I tried this:phone = driver.find_element_by_xpath(("//table[@class='contact_info_table']/tbody/tr/td[contains(text(), r'\+[0-9]*']")) in order to try to get...
View Articlehandling submenu item with webdriver selenium
I want to click submenu item using selenium webdriver which is invisible bydefault. It becomes visible on mousehover . I tried with some code and it is giving error as shown belowCaused by:...
View ArticleSelenium Nodejs CHROMEDRIVER path
Tried with "npm install selenium-webdriver" I'm still getting the error below. Any idea where the path is sops to be at?Error: The ChromeDriver could not be found on the current PATH. Please download...
View ArticleHow to locate Instagram Follow button with selenium (Python)
I'm trying to locate the 'follow' button element on an instagram page (using selenium).I've found the main 'follow' button of a user's page (https://www.instagram.com/USERNAME/) with the following...
View ArticleSelenium BOT Error: 'module' object is not callable on webdriver.chrome call
import selenium from selenium import webdriver from selenium.webdriver.common.keys import Keys driver = webdriver.chrome("C:\\Users\Ivan\Documents\Python\chromedriver_win32")...
View ArticleJava Selenium WebDriver with Yandex
At the moment, I use Firefox as browser for my Java Application with Selenium. But Firefox is slow. Is it possible to use Yandex as browser? Didn't find anything in Google. Does Selenium supports...
View Articledifference between difference emulator tools like seeTest, perfecto
I was using selenium with java and is working on Perfecto devices earlier then have to switch to SeeTest. My question is when I created locator for Perfecto it was working as expected but the locators...
View Article