Sponsored Content
Top Forums Shell Programming and Scripting Selenium Integration in Builds Post 302843419 by ankur328 on Tuesday 13th of August 2013 06:12:49 AM
Old 08-13-2013
Thanks a lot rajamadhavan for this link. I will have a go through and keep posted for queries. Yes we are using apache ant for this.
 

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

selenium in script

All, I am using chrome URL in shell script but auto=true is not working while run script. -Smoorthy (0 Replies)
Discussion started by: smoorthy
0 Replies

2. UNIX for Advanced & Expert Users

Difficulty building gcc 4.4.0 -- builds but fails abi_check

I'm trying to build gcc 4.4.0 in 64-bit (x86_64) Ubuntu 9.04, but make check fails. Specifically, make -k check-target gives (after many other pages of output): Running /home/charles/Desktop/gccsrc/libstdc++-v3/testsuite/libstdc++-abi/abi.exp ... FAIL: abi_check Running... (10 Replies)
Discussion started by: CRGreathouse
10 Replies

3. UNIX for Dummies Questions & Answers

mkdir: cannot create directory `/builds/somedir/': Permission denied

Hi, I am trying to run a shell script which contains an mkdir command as part of the execution. The script fails with the following error: mkdir: cannot create directory `/builds/somedir/': Permission denied The user running the script is 'harry' and belongs to group 'school'.... (5 Replies)
Discussion started by: Technext
5 Replies

4. Linux

Selenium Integration

Hi People, I am trying to run Selenium Scripts on my server. System is a Linux Box and I am accessing it via Putty. I have some basic admin privileges for it. The Steps: 1. A build.xml has been created which has this o RELEASE_ROOT this has been set to the Java Project folder. o... (1 Reply)
Discussion started by: ankur328
1 Replies
PDF::API2::Annotation(3pm)				User Contributed Perl Documentation				PDF::API2::Annotation(3pm)

NAME
PDF::API2::Annotation - annotation management METHODS
$ant = PDF::API2::Annotation->new Returns a annotation object (called from $page->annotation). $ant->link $page, %opts Defines the annotation as launch-page with page $page and options %opts (-rect, -border or 'dest-options'). $ant->url $url, %opts Defines the annotation as launch-url with url $url and options %opts (-rect and/or -border). $ant->file $file, %opts Defines the annotation as launch-file with filepath $file and options %opts (-rect and/or -border). $ant->pdfile $pdfile, $pagenum, %opts Defines the annotation as pdf-file with filepath $pdfile, $pagenum and options %opts (same as dest). $ant->text $text, %opts Defines the annotation as textnote with content $text and options %opts (-rect and/or -open). $ant->movie $file, $contentype, %opts Defines the annotation as a movie from $file with $contentype and options %opts (-rect). $ant->rect $llx, $lly, $urx, $ury Sets the rectangle of the annotation. $ant->border @b Sets the border-styles of the annotation, if applicable. $ant->content @lines Sets the text-content of the annotation, if applicable. $ant->open $bool Display the annotation either open or closed, if applicable. $ant->dest( $page, -fit => 1 ) Display the page designated by page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the page within the window in the other dimension. $ant->dest( $page, -fith => $top ) Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window. $ant->dest( $page, -fitv => $left ) Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window. $ant->dest( $page, -fitr => [ $left, $bottom, $right, $top ] ) Display the page designated by page, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the rectangle within the window in the other dimension. $ant->dest( $page, -fitb => 1 ) (PDF 1.1) Display the page designated by page, with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the bounding box within the window in the other dimension. $ant->dest( $page, -fitbh => $top ) (PDF 1.1) Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window. $ant->dest( $page, -fitbv => $left ) (PDF 1.1) Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window. $ant->dest( $page, -xyz => [ $left, $top, $zoom ] ) Display the page designated by page, with the coordinates (left, top) positioned at the top-left corner of the window and the contents of the page magnified by the factor zoom. A zero(0) value for any of the parameters left, top, or zoom specifies that the current value of that parameter is to be retained unchanged. $ant->dest( $name ) (PDF 1.2) Connect the Annotation to a "Named Destination" defined elswere. AUTHOR
Alfred Reibenschuh perl v5.14.2 2014-03-09 PDF::API2::Annotation(3pm)
All times are GMT -4. The time now is 02:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy