ContributionsMost RecentMost LikesSolutionsRe: Can I test a web page using testcomplete and Docker Hi all, My intentions were to avoid using VM to have different scenarios with browsers and OS versions (win 7 with IE, Chrome.. Win 8 with IE, Chrome...) to test. I was hoping that docker will do that for me, but I wasn't aware of how docker really works. I wanted I graphic enviroment and it seams that docker per se doesn't have it. After watching the video (below) I undertand or possible assume that you can use docker and TC; but not the way I wanted to use it. I have a test server for the apps Anyway thanks for you time and collaboration. https://www.youtube.com/watch?v=Jp58Osb1uFo Re: Can I test a web page using testcomplete and Docker I think is a new feature of Docker. for more info follow the link below https://www.docker.com/products/windows-containers Re: Can I test a web page using testcomplete and Docker Hi, In theory with docker you can work also with win10 or windows server 2016. You can use a Hyper-V container to work with win. I need something lighter than a VM to test Web app with differents configurations. Can I test a web page using testcomplete and Docker Hi, I was wondering if it is possible to test web pages using Docker and testcomplete? I know we can do it with a floating license and virtual machine. Therefore, I am guessing it also works. I have seen the only post about testing on a DB & Docker but I don’t want to test the same! SolvedRe: lost object mapping after browser update Hi Robert, I have deleted the existing mapping for OK button. Then I have tried to map it again and in theory it works. Well when I select the object on the screen, the spy object shows the new name of the mapping but the problem is when I try to verify the object on the screen and hit the highlight button then TC says "cannot highlight the object on screen" Re: lost object mapping after browser update Hi Robert, Apparently there was an error deploying the patch for firefox 60. I've downloaded the new patch and now firefox is launching again, but TC still doesn't recognize the OK button from the confirm windows. Re: lost object mapping after browser update Hi Robert, Thanks for your answer! I have created an issue with support. Anyhow I'm trying to execute firefox as the following without any luck Browsers.Item("firefox").Run("about:blank") Browsers.Item("firefox").Run Browsers.Item("firefox").Run "about:blank" The estrange thing is that when I'm debugging and going step by step to see where is falling. Tc execute the command. the firefox starts but immediately tc stop working. On the log says "the firefox version is not supported". On the "additional info" says "Please check for a Firefox support patch on the support.smartbear.com web site, or use a supported Firefox version." Hope this information helps Re: lost object mapping after browser update It's not working! I can't map the object again and I have read the info you gave me. Now I have the new version of firefox and the new patch for tc and now I can't event start the navigator. Once I have send the command to start the program tc stop the execution. some data from the patch of firefox I have on my system after the last update from today 17/05/2018 <version value="60.0.1.6710"> <func rva="0x00638569" name="CallGetServiceByName" /> Also is weird that I have the new patch on my pc and on the site you don't have information about this new patch for 60.0.1 Re: lost object mapping after browser update I forgot to mention that if I try to map again the object I can't get to the object. The app isn't able to locate the object so I can map it. In theory it finds the object but when I hit the highlight button on the screen it doesn't work Re: lost object mapping after browser update Hi Robert, The object is confirmation windows. In fact I can access a radiobutton (save) on the confirmation windows but I can't find the OK button