Skip to main content
0 votes
1 answer
133 views

I want to capture screenshot for entire screen of android and iOS devices. But I couldn't find any solution. I have tried some packages, "screenshot, screen_capturer,native_screenshot, ...
Adnan Ashraf's user avatar
0 votes
1 answer
118 views

this constitutes my first post here on StackOverflow. I have tried to figure the problem on my own, but I'm a new developer and even if I was to trial-and-error my way through, I don't think I'd have ...
Jason Bennett's user avatar
0 votes
0 answers
180 views

We want to lock screenshot on app screens in React Native app so that user is not allowed to take the screenshot. The feature is implemented successfully in android version of the same React Native ...
Magna Opus's user avatar
1 vote
1 answer
1k views

I am trying to take the screenshot of failed test cases, but getting an error related to automation extension: public static String captureScreenshot(WebDriver driver, String screenshotName) { try { ...
Sanat's user avatar
  • 276
0 votes
1 answer
928 views

When I try to send keys than I get an error Exception in thread "main" org.openqa.selenium.InvalidElementStateException: {"errorMessage":"Element is not currently interactable and may not be ...
rozerro's user avatar
  • 7,376
5 votes
1 answer
4k views

Once in a while I get an exception in my Selenium PhantomJS tests that includes the text below Caused by: org.openqa.selenium.remote.ScreenshotException: Screen shot has been taken So has the ...
Arya's user avatar
  • 9,055
6 votes
0 answers
5k views

Here is the Stack Trace of the PhantomJS Session. It randomly does this. I see that it says: Caused by: org.openqa.selenium.remote.ScreenshotException: Screen shot has been taken. The code works ...
Jay Bhagat's user avatar
1 vote
2 answers
2k views

Currently working with selenium remote driver. execution is working fine with Chrome remote driver but not working with IE. IE browser is launched after that NoSuchElementException displayed similar ...
chandu k's user avatar
12 votes
4 answers
67k views

I'm going mad, really. I have this code: public class Creazione extends TestCase { private PhantomJSDriver driver; private String baseUrl; private boolean acceptNextAlert = true; ...
Syrinxos's user avatar
  • 146
1 vote
2 answers
2k views

In Selenium test (using version 2.40.0), I am not able to find element with link text using Internet Explorer 8 remotely. It works fine with Chrome. Here there is (groovy) sample with a public web ...
banterCZ's user avatar
  • 1,902
0 votes
2 answers
1k views

I have a div element and want to retrieve it's children. In order to do that i need to get them all in view, so I decided I need to scroll for them. The thing is, I get my element but when I call: ((...
diazazar's user avatar
  • 552
1 vote
1 answer
2k views

I am using WebDriverBackedSelenium for the automated testing of a website but my code is working fine for the chrome and firefox but problem in IE Code is WebDriver driver = new ChromeDriver(); ...
Deepak Goel's user avatar
  • 5,684