ContributionsMost RecentMost LikesSolutionsVisualizer collect mode Hello, Since the last version (14.73) I was able to enable image logging with this command : Options.Visualizer.CollectMode:= vcmImgObj; And to disable with the following command : Options.Visualizer.CollectMode:= vcmOff; Now even if I enable visualizer in the Project Properties I don't see any pictures in the log. Could somenone help me ? Thank you, Re: QuerySelector and multiple parameters Hi all, I still have some issues with multiple selectors. For example, I would like to click on the anchor-square that is in the "menu-anchor-4" : I tried this : Sys.Browser('edge').Page(Pagexxx).QuerySelector('#menu-anchor-4]').QuerySelector('[class="anchor-square"]').Click(); I think that I'm wrong while trying to select the id property of the li markup. Anyone could help please ? Thank you ! Re: QuerySelector and multiple parameters I finaly figured it out ! I just have to use this syntax : page.QuerySelector(string).QuerySelector(string).Key() QuerySelector and multiple parameters Hi, I'm trying to automate a webpage essentially with QuerySelector. I have a problem with a webpage that opens a popup : I have the same field in the main page than in the popup. The popup had a the following div : <div id="windowPopup> And it contains the duplicated field which I have the following property : data-bind="value: sSurname" I need to use a combination of theses 2 properties to enter text on the right field. Is it possible ? What could be the syntax please ? Any help would be much appreciated, SolvedRe: Unexpected window and Ovelapped window Hi sonya_m , The reference number is #00419877 Re: Unexpected window and Ovelapped window thank you Marsha_R and Wamboo , I'm investigating this issue with the help of the Smartbear customer support, so I will do a point when I'll have figured out the issue. For the moment, I have an overlapping window that could be an AUT window, a Windows explorer window, or any other program's window that get in front of the window on which TE needs to work with. I catch the OnOverlappingWindow and use a .Activate to bring to the front the overlapped window. It has reduced a lot the tests failures, but I still have some issues. I'll tell you further. Unexpected window and Ovelapped window Hi, The AUT is a Delphi exe. When I have not checked the "Ignore overlapping window" in Project parameters, I have randomly my tests that fails due to "Overlapping window". The problem is that this window is part of the AUT and its presence is normal. When I check that option, I have instead an "Unexpected window" error at the same places. This time too, the unexpected window is normal. I just can't let 10% of my tests fail because of that issues. Any help would be appreciated, Thank you Re: DevExpress RibbonControl object not recognising some item clicks Hi, Just in case, have you tried with the object windowsclass of the ribbon stored in the MSAA list ? (Project\Properties\Open application) Re: VMware vSPhere and default screen resolution for VM's Hi Kristina, First update your VMware tools to the last version. Then edit the .vmx file attached to your VM and add this at the end : guestInfo.svga.wddm.modeset="FALSE" guestInfo.svga.wddm.modesetCCD="FALSE" guestInfo.svga.wddm.modesetLegacySingle="FALSE" guestInfo.svga.wddm.modesetLegacyMulti="FALSE" this will let VRMC keep the resolution you set Re: How to catch errors and exceptions Hi Sonya, I didn't received any solution from the support team. They say this is "due to engine specifics".