Ken
Ken
Hello Guys, We really like the gemini tools for visual testing, it is reliable, stable and trustable. Considering the A/B testing is more and more popular for nowadays websites, simply...
Hello All, We would like to load cookie before accessing the urls. Is there anyone could provide a sample about how to use cookie with Gemini + Chrome? Really appreciate...
Hello All, We are using phantom to simulate iphone and pc to this site: [http://detectmobilebrowsers.com/](http://detectmobilebrowsers.com/). However, if we set the **phantomjs.page.settings.userAgent** for iphone, the pc also uses the agent. Not...
Hello All, We have set a docker image, and firefox 47.0.1 with driver 2.53.1 works well. However, how to set the capabilities for firefox? We tried the followings. Not working....
Hello Garris, We were wondering that is it possible to add retry feature if any critical error during the test. With the retry feature, we consider it could improve the...
Hello, The requests-ntlm is not working if the requets is under retry: ``` import requests from requests.packages.urllib3.util.retry import Retry from requests.adapters import HTTPAdapter from requests_ntlm import HttpNtlmAuth retries = Retry(total=1,...