Ken

Results 14 comments of Ken

I have build a docker image which support firefox 47.0.1, you could have a try here: [https://github.com/Kenith/ta-visual-lib](https://github.com/Kenith/ta-visual-lib), and you could also get the samples. Hope could be the help

I have build a docker image which support firefox 47.0.1, you could have a try here: https://github.com/Kenith/ta-visual-lib, and you could also get the samples. Hope could be the help

I tried followings, failed: ``` gemini.suite('1', function(suite) { suite .setUrl('http://127.0.0.1:8080/', function(actions) { actions.setCookie({"name": "ken", "value": "tomato", "url": "http://127.0.0.1:8080"}) }) .setCaptureElements('html') .capture('plain', function(actions) { actions.waitForElementToShow('ken', 30000) }) }); ```

@Hrommi Sorry for the delay, and really appreciate for your help. As far as I know, the `executeJS` could only be run after page load. Is it possible to set...

Here are the stories. Really appreciate for your HOT help in advance. AC-1 **GIVEN** I am backstop customer **THEN** I could be able to set the retry times in backstop.json...

Here is my expertise to stable the backstop. Hope could be the help to you all. For more full samples, please refer to: https://github.com/Kenith/ta-visual-lib/tree/master/Sample/Backstop **- Chromy Engine** 1. The engineOptions...

Found the cause: because in my status_forcelist, there is: 401. I removed it, works. But why with the 401, the request-ntlm not working?

I have the same issue, and seems the issue exists for a long time. or do we miss something important settings?