Project

General

Profile

Download (652 Bytes) Statistics
| Branch: | Tag: | Revision:
1
// $Id$
2
/**
3
* Copyright (C) 2011 EDIT
4
* European Distributed Institute of Taxonomy
5
* http://www.e-taxonomy.eu
6
*
7
* The contents of this file are subject to the Mozilla Public License Version 1.1
8
* See LICENSE.TXT at the top of this package for the full license terms.
9
*/
10
package eu.etaxonomy.dataportal.elements;
11

    
12
import org.openqa.selenium.By;
13
import org.openqa.selenium.WebElement;
14

    
15
import eu.etaxonomy.dataportal.pages.PortalPage;
16

    
17
/**
18
 * @author andreas
19
 * @date Aug 12, 2011
20
 *
21
 */
22
public class SearchBlock extends DrupalBlock {
23

    
24

    
25
    /**
26
     * @param element
27
     */
28
    public SearchBlock(WebElement element) {
29
        super(element);
30
    }
31

    
32

    
33
}
(11-11/15)