crxde lite search not working - aem

New project is assigned to me. The CRXDE Lite search is not working. It is difficult for me to search the templates and components. Please help me, how to make the search work in CRXDE Lite.
PFA
CRXDE Lite search

You try to search by query in CRXde
Steps
goto crxde
click on Tools
click on Query
provide path where you want to search
enter search text in Text input
click on generate button
then click on Execute button

Related

Remove personal template from Visio (plan2)?

Does anyone know how to remove previously added personal template form Visio (plan2)? It seems this is not as straightforward as I would expect...
Many thanks.
Please check in File location window field Templates. You can call this window with these steps
Select tab File at ribbon
Select Options in bottom of list
Select Advanced
Select File locations in bottom of list
Please check: Is your unwanted document located in folder which you can find in Templates field in File locations window ?
I did some additional research to find out that while adding .vtpx template, visio converts it to .vstx and stores it (in my case) in Custom Office Templates folder.
All I had to do is remove the corresponding .vstx from that folder and the template disappeared form Personal Templates tab.
Not sure if Custom Office Templates is the default location in all cases, so better search for your [templatename].vstx on your drive.
Credit for idea goes to #Surrogate who hinted that you could define folder for templates. Thanks!

Selecting a file from a windows dialog box in Telerik Web Test

Hi guys,
Is it possible to select a file from a dialog box when we are running a web test in Telerik Test Studio? The scenario of this execution is when we click a field in a web browser, a windows dialog box pops out and we would need to input a path to a local folder and select a file(SelectFile.PNG).
But I'm unable to detect any element from this dialog box presuming this is because the test script is a web test and hence this limitation(do correct me if i'm wrong).
Is there any workaround or suggestion to this limitation?
Many many thanks!
Best Regards,
Pravin
praja#dongenergy.dk
Kind of a late response but if your recording is enabled, it should automatically record the step for a File Upload dialog box (and handle it appropriately when using play back).
Alternatively, you can manually add the "Dialogs->FileUpload" step, and fill in the properties appropriately.

Visio Component Diagram - Required Interface

How can I create required interface connector with Visio 2010/2013?
I mean:
http://www.uml-diagrams.org/component-diagrams.html
I have added:
http://softwarestencils.com/uml/index.html
But I cannot find the required interface connector ( a connector with one end is a curve ).
If you follow the instructions on http://www.softwarestencils.com/uml/index.html then you should be able to create a new diagram under the Personal tab:
Install: Unzip the files into a folder of your choice, for example,
"C:\Users\\Documents\Custom Office Templates". Start Visio
2013. Click File/Options/Save. Insert full path of the folder with the UML template and stencils into the field “Default personal templates
location”. Click OK. Note: if the field “Default personal templates
location” already contains a path to some folder, move the Visio files
into the folder specified in this field.
When you click File/New in Visio, the template “UML 2.5 Complete
(Visio 2013)” will appear under PERSONAL tab. The PERSONAL tab is
located between FEATURED and CATEGORIES, when you click File/New. If
you use the template often, Visio will also place it into the FEATURED
tab.
Alternatively, if you search under the Shapes dialog for the built in Component shape, you should find it there. It's under the Enterprise Application heading (clicking on the heading opens up the stencil for that).
You can create that by going File > New > Categories > Software and Database > Enterprise Application.
Since nobody so far answered, where to find the interface connectors in the mentioned stencil package: They are part of the shapes. See image below for how it looks like in Visio 2013.
If you want to change the interface-socket-shape to be an interface or a socket, you need to right-click on the shape and in the context menu, you can choose by checking interface or socket.

Google Custom Site Search Autocomplete

To add additional Autocomplete selections to our Google Custom Site Search Engine, Google has a link to "Upload your autocomplete files in XML"
Is there any guidance on the format of this XML file? We want to make sure that we are able to add the Autocompletes successfully.
It takes a bit of hunting through the Google documentation jungle, but I think this might be what you are looking for:
https://developers.google.com/custom-search/docs/queries#auto

Selenium IDE: Automate the task

I want to automate the task of checking link by datewise, download the file and verify the excel sheet contents.
Steps:
1. Open URL. It will display the links of file(xxxx_130112_130208_xxx.xlsx).
2. click and download matched date link. It will download excel sheet.
3. Search the content and display report.
Please let me know if any idea regarding this. Can we automate this scenario.
-sri
You cannot do anything outside the browser. The only thing allowed is to use ClickOkOnNextConfirmation to click OK in dialog. But it will not work for saving the file. That's how Selenium IDE works.