Top "Element" questions

In metadata, the term data element is an atomic unit of data that has precise meaning or precise semantics.

How to limit the number of elements in multifield in CQ5?

I develop the site with Day CQ5 and was faced witha problem. I'm creating a component, and the dialogue for …

element limit aem day-cq
Is there UI inspector tool similar to hawkeye that works with .net 4.5?

I'm working with a winforms application that is targeting .net 4.5 and I really need to inspect the UI elements. I've …

c# winforms element inspect
Jquery validation error placement outside form with absolute positing of error message

I am trying to place the error message elements outside the FORM element which is being validated. I would like …

jquery jquery-validate element errorplacement
Add extra element to cursor adapter android

I have a Cursor that contains all rows from my database. That Cursor I pass to a CursorAdapter, and display …

android cursor element adapter
How to put space between switch button and its text in android?

I have the following element: <Switch android:text="Data about client?" android:id="@+id/connected" /> But on designer …

text element space between
Pull elements from next foreach item in PHP?

I'm doing a PHP 'traffic light' style warning system for my website, that basically says' if there is X percentage …

php loops foreach element next
lxml convert element to elementtree

The following test reads a file, and using lxml.html generates the leaf nodes of the DOM/Graph for the …

python element lxml elementtree
how to locate webelement with innertext

I use selenium with C# to write a test, but now I face a problem. Here is my html. How …

c# selenium element getelementsbytagname qwebelement
Get the mean of sequence of frames

I want to calculate the mean of the sequence of frames by adding them and then divide by the total …

opencv element frames mean mat
How to locate elements with Appium and Python?

Testing a simple Calculator App on Android Device. Tried many methods to locate an element, but failed. The information I …

python webdriver element appium locate