Project

General

Profile

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

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

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

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

    
23

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

    
31

    
32
}
(11-11/15)