|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn870972484 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
140224s2014 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d E7B
|d COO
|d DEBBG
|d DEBSZ
|d YDXCP
|d TEFOD
|d N$T
|d TEFOD
|d OCLCQ
|d AGLDB
|d OCLCQ
|d COCUF
|d ICA
|d OCLCQ
|d MOR
|d PIFAG
|d OCLCQ
|d U3W
|d REB
|d D6H
|d STF
|d OCLCF
|d VTS
|d CEF
|d INT
|d VT2
|d UKMGB
|d OCLCQ
|d WYU
|d TKN
|d OCLCQ
|d AU@
|d M8D
|d HS0
|d OCLCQ
|d OCLCO
|d QGK
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018005455
|2 Uk
|
019 |
|
|
|a 1259192878
|
020 |
|
|
|a 9781782168867
|q (electronic bk.)
|
020 |
|
|
|a 1782168869
|q (electronic bk.)
|
020 |
|
|
|z 1782168850
|
020 |
|
|
|z 9781782168850
|
029 |
1 |
|
|a CHNEW
|b 000666457
|
029 |
1 |
|
|a CHNEW
|b 000686939
|
029 |
1 |
|
|a CHNEW
|b 000686940
|
029 |
1 |
|
|a DEBBG
|b BV041784264
|
029 |
1 |
|
|a DEBSZ
|b 404339891
|
029 |
1 |
|
|a DEBSZ
|b 484719149
|
029 |
1 |
|
|a GBVCP
|b 821323423
|
029 |
1 |
|
|a UKMGB
|b 018005455
|
035 |
|
|
|a (OCoLC)870972484
|z (OCoLC)1259192878
|
037 |
|
|
|a CDF2C14C-E329-4766-A4A7-84BFAC7BA91B
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.76.A65
|b A93 2014
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 005.14
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Avasarala, Satya.
|
245 |
1 |
0 |
|a Selenium WebDriver practical guide :
|b interactively automate web applications using Selenium WebDriver /
|c Satya Avasarala.
|
260 |
|
|
|a Birmingham, UK :
|b Packt Pub.,
|c 2014.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover (Safari, viewed February 13, 2014).
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing WebDriver and WebElements; Understanding the history of Selenium; Selenium 1 or Selenium Remote Control or Selenium RC; Selenium 2 or Selenium WebDriver or WebDriver; Differences between Selenium 1 and Selenium 2; Handling the browser; Having better APIs; Testing mobile apps; Having developer support and advanced functionalities; Setting up a project in Eclipse; WebElements; Locating WebElements using WebDriver; The findElement() method
|
505 |
8 |
|
|a The findElements() methodFireBug; Using the By locating mechanism; Actions on WebElements; The getAttribute() method; The sendKeys() method; The clear() method; The submit() method; The getCssValue() method; The getLocation() method; The getSize() method; The getText() method; The getTagName() method; The isDisplayed() method; The isEnabled() method; The isSelected() method; Summary; Chapter 2: Exploring Advanced Interactions of WebDriver; Understanding actions, build, and perform; Learning mouse-based interactions; The moveByOffset action; The click at current location action
|
505 |
8 |
|
|a The click on a WebElement actionThe clickAndHold at current location action; The clickAndHold a WebElement action; The release at current location action; The release on another WebElement action; The moveToElement action; The dragAndDropBy action; The dragAndDrop action; The doubleClick at current location action; The doubleClick on WebElement action; The contextClick on WebElement action; The contextClick at current location action; Learning keyboard-based interactions; The keyDown and keyUp actions; The sendKeys() method; Summary; Chapter 3: Exploring the Features of WebDriver
|
505 |
8 |
|
|a Setting the desired capabilities for a browserTaking screenshots; Locating target windows and iFrames; Switching among windows; Switching among frames; Handling alerts; Exploring Navigate; Waiting for WebElements to load; Implicit wait time; Explicit wait time; Handling cookies; Summary; Chapter 4: Different Available WebDrivers; Firefox Driver; Understanding the Firefox profile; Adding the extension to Firefox; Storing and retrieving a profile; Dealing with Firefox preferences; Setting preferences; Understanding frozen preferences; Firefox binary; Installing multiple versions of Firefox
|
505 |
8 |
|
|a InternetExplorerDriverInstalling InternetExplorerDriver; Writing your first test script for the IE browser; Building the InternetExplorer driver service; Understanding IEDriver capabilities; ChromeDriver; Installing ChromeDriver; Writing your first test script for the Chrome browser; Using ChromeOptions; SafariDriver; Writing your first test script for the Safari browser; OperaDriver; Installing OperaDriver; Writing your first test script for the Opera browser; Summary; Chapter 5: Understanding WebDriver Events; Introducing EventFiringWebDriver and EventListener classes
|
520 |
|
|
|a An easy- to- follow guide, featuring step-by-step practical tutorials to help you understand how to automate web applications for testing purposes. If you are a quality assurance / testing professional, a software developer, or a web application developer looking to create automation test scripts for your web applications, this is the perfect guide for you! As a pre-requisite, this book expects you to have a basic knowledge of Core Java, although any previous knowledge of WebDriver or Selenium-1 is not needed. By the end of this book, you will have acquired a comprehensive knowledge of WebDrive.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Web applications
|x Automation.
|
650 |
|
0 |
|a Web applications
|x Programming.
|
650 |
|
0 |
|a Browsers (Computer programs)
|
650 |
|
0 |
|a Application program interfaces (Computer software)
|
650 |
|
6 |
|a Applications Web
|x Automatisation.
|
650 |
|
6 |
|a Applications Web
|x Programmation.
|
650 |
|
6 |
|a Navigateurs (Logiciels)
|
650 |
|
6 |
|a Interfaces de programmation d'applications.
|
650 |
|
7 |
|a APIs (interfaces)
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application program interfaces (Computer software)
|2 fast
|
650 |
|
7 |
|a Browsers (Computer programs)
|2 fast
|
776 |
0 |
|
|z 1306405947
|
776 |
0 |
|
|z 1782168850
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=691851
|z Texto completo
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10834406
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 691851
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11611101
|
994 |
|
|
|a 92
|b IZTAP
|