Please turn JavaScript on
Sqa icon

Sqa

Following Sqa's news feed is very easy. Subscribe using the "follow" button on the top right and if you want to, choose the updates by topic or tag.

We will deliver them to your inbox, your phone, or you can use follow.it like your own online RSS reader. You can unsubscribe whenever you want with one click.

Keep up to date with Sqa!

Sqa: Software Quality Assurance & Testing Stack Exchange

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  5.38 / day

Message History

I want to select books which is 'In-stock'. Each time number of 'In-stock' vary dynamically. Some time we have only 4 books "In-stock". some other time more or less than 4 books 'In-stock'.


Read full story

When I try to take a screenshot, I added a scroll so that it can take a significant screenshot and not only the header. Right now, the picture is still taken from the header/top of the page.

Am I doing something wrong?

Screenshot method :

public void ScreenShot() { JavascriptExecutor js = (JavascriptExecutor) driver; js.executeScript("scroll(0,450);"); Da...

Read full story

The chrome browser version is Version 115.0.5790.171 and downloaded chrome driver version is 114 [![enter image description here][1]][1]

as driver version 115 is not available.

I'm using the x-path and checked the x-path is correct or not in developer tool under console section it is correct. Even tried absolute path given by Automation Tester but still getting ...


Read full story

I created a sample Selenium Webdriver test using java and maven and pushed it out to my gitlab repository. Then I created a new pipeline to run the automated tests. This is my first time running a test on the pipeline so I followed some instructions online. The issue I'm having is that the test fails because of this error: (unknown error: DevToolsActivePort file doesn't exist...


Read full story

So I have a test case: When clicking a button a new window is opened. To switch to that new window I use:

window_after = self.driver.window_handles[1] self.driver.switch_to.window(window_after)

When I execute the test case in normal Chrome browser, there is no error and I receive a positive outcome. But when I use headless Chrome, I'm getting an error: "selenium.com...


Read full story