Shauvik RC

Results 6 comments of Shauvik RC

@yanpozka Thanks for volunteering. Swagger support would be awesome! Do you have any updates on the PR?

I tried to use this and found that it's actually due to the breaking changes in the google-auth-library: https://github.com/google/google-auth-library-nodejs/releases/tag/v1.0.0 Changing to this seems to make it proceed. ``` var auth...

Might be unrelated but my latest PR creates a static site that can be run locally or on a file storage like s3. https://github.com/neyric/gh-issues-gantt/pull/22

How do you think this should be visualized? I think one good way for highlighting part-time developers is to pick a color for them (e.g., shade of gray) that indicates...

Hi Stuart, Thanks for your reply. This is how i got this to work for small pages: ``` java ScreenShotReply scr = ((OperaWebElement) ((OperaDriver)driver).findElementByTagName("body")).saveScreenshot(0); FileUtils.writeByteArrayToFile(new File("c:\\temp\\screenshot.png"), scr.getPng()); ``` For large...

Looks like IEDriver also has similar problems on 32bit machines. http://groups.google.com/group/selenium-users/browse_thread/thread/8772c49884b3f2e8#