com.github.markusbernhardt.selenium2library.utils
Class Robotframework

java.lang.Object
  extended by com.github.markusbernhardt.selenium2library.utils.Robotframework

public class Robotframework
extends Object


Constructor Summary
Robotframework()
           
 
Method Summary
static String commonPath(String p1, String p2)
           
static String encodeURLComponent(String s)
           
static String getLinkPath(File target, File base)
           
static String getPathname(File target, File base)
           
static String normalizeTimestr(String timestr)
           
static String secsToTimestr(double double_secs)
           
static double timestrToSecs(String timestr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Robotframework

public Robotframework()
Method Detail

getLinkPath

public static String getLinkPath(File target,
                                 File base)

encodeURLComponent

public static String encodeURLComponent(String s)

getPathname

public static String getPathname(File target,
                                 File base)

commonPath

public static String commonPath(String p1,
                                String p2)

secsToTimestr

public static String secsToTimestr(double double_secs)

timestrToSecs

public static double timestrToSecs(String timestr)

normalizeTimestr

public static String normalizeTimestr(String timestr)


Copyright © 2013. All Rights Reserved.