2
Good afternoon. I have a web application made in c#. I need to do an integration via Selenium with another site and I’m having the following problems:
When instantiating the webdriver for Chrome error, open the browser but do not follow the source to open the page. (firefox works)
[2144:7568:0519/130434:ERROR:cache_util_win.cc(20)] Unable to move the cache: 0 [2144:7568:0519/130434:ERROR:cache_creator.cc(129)] Unable to create cache [2144:7568:0519/130434:ERROR:shader_disk_cache.cc(589)] Shader Cache Creation failed: -2
Another thing is when it runs by the server where it was published, neither error of nor the browser is opened, I believe I have to send some file to the application server....
Someone works with Lenium and c# and can help... Thank you t+
Adding more information. I did the following test: I created 2 projects in vs2010 and another in vs2015. I added the same references of Selenium. In 2010 error and in 2015 works normally.
– Xprata