-
AutomatedCar shall be drawn at correct position and with correct rotation.
For correct movement and rotation we assumed that the image pivot is the center of the image, so the image should be rotat…
-
Hi,
if we want to keep LCDStretch and LCDJessie, we should ensure that these classes are not broken. It is necessary to properly implement missing functinality and test if everything works. If some…
-
## This is a
* [ ] Bug report
* [ X] Question
* [ ] Freature Request
## Summary
I’ve searched a way to take screenshot from specific element on mobile automation, using appium is possible?
#…
-
### Summary
Hi, I seem to have noticed that in the latest version (including the code on "master" branch) of the project the accent colour of a selected item in a "Project View" panel is not the sa…
-
Rectangles drawn in the Cave applet don't display properly, and refuse to show up regardless of what I do.
-
I set up android-rs-glue, and built a hello-world kind of example. I succeeded, but then I attempted to use piston, and when compiling this:
extern crate android_glue;
extern crate piston…
-
```java
public void paintComponent(Graphics pg)
{
/* [...] */
Graphics2D g=(Graphics2D)pg; // Cast
RenderingHints r=new RenderingHints(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALI…
-
Currently LCD is returning a GraphicsLCD object but in order to integrate the project with many algorithms developed by third party, it could be interesting to return a Graphics2D object. GraphicsLCD …
-
Trying to run Cucumber with Serenity using JUnit 5.
When the Test Runner has a @RunWith(Cucumber.class) annotation, the tests run, although Serenity does not record the outcome.
When the Test Ru…
-
the scrolling web page screenshots taken in IE11 with selenium 3.5 and ashot is not working. it is creating partial image.
IE Version: 11
Selenium Version: Version 3.5.3
OS: 2012 R2 server
Java:…