Results 18 comments of vinsguru

It does not seem to do anything with JQuerySelector. instead whereever I try to use Graphene features I get error in Firefox 57. ``` java.lang.IllegalStateException: The Graphene runtime isn't initialized....

@lordofthejars @MatousJobanek , Thanks for the review comments. Got stuck with some project work. Will work on this.

Unfortunately I am unable to replicate the issue. What OS do you use?

I tried with different pdfs. I am finding it very difficult to replicate! That's why I could not fix this. pdf-util internally uses apache pdf-box. The problem could be at...

Not possible as of now. You could compare in text mode. I can see how we could add that feature.

@fabfuel Thanks for your contribution. I just saw this - https://github.com/fabfuel/ecs-deploy/pull/135/commits/1faff926e42b37675bf663119d2beeb173b727da Is the feature already there?

Yes, I am able to change via aws-console for an ecs-service. This also shows an option to updating the platform-version https://docs.aws.amazon.com/cli/latest/reference/ecs/update-service.html

@bartoszmajsak , Yes, I have been using it for the past 6 months without any issues. I do not use it as a CLI tool though. It is good to...

@MatousJobanek @bartoszmajsak Check the project here https://github.com/vinsguru/arquillian-graphene-rusheye Main page object ``` @Snap("GooglePage.png") @Location("https://www.google.com") public class GooglePage { @Drone private WebDriver driver; @RushEye private Ocular ocular; public boolean isAt(){ return driver.getTitle().equals("Google");...