Webdriver is selenium 2. Webdriver is an excellent, open-source, automated testing framework. Support many languages. This article describes how to build an environment with Java EclipseRead Catalog first download the Eclipse and configure the Java environment variable step omitted, please Baidu method add jar PackageOfficial: http://www.seleniumhq.org/download/O
OverviewEclipse integrated maven plugin, when new Maven-archetype-webapp project, the use of WebApp version of the lower, The default is 2.3, and sometimes we want to upgrade the WebApp version to 3.0 (Tomcat support up to 3.0), modify the WebApp property through Eclipse Project facets in the dynamic web When module is 3.0, Eclipse prompts for cannot change version Web module 3.0, but sometimes we want to f
Recently to summarize the automated test selenium some of the commonly used framework test collocation, by simple into the complex, the simplest is selenium+java+testng, because I use Java, just summarize the next java.TestNG Online Installation:Open Eclipse help->install New software, then add "Http://beust.com/eclips
found element [" + by + "]", E); }}3. Set Wait page load complete int pageloadtime = ten;d river.manage (). Timeouts (). Pageloadtimeout (Pageloadtime, timeunit.seconds);Simulate keyboard operationIn the Baidu search to enter the keyword Java, and then move the mouse to the search button and the action class to operate the left mouse button to achieve click Search. Webdriver Driver =Newfirefoxdriver ();//The time to set the waiting page to fully load
First, MAVEN integrates eclipseMaven is very good, but it's not always nice to have command-line knocks, we're used to using the IDE, so there's a way to integrate Maven into eclipse.View more:http://www.eclipse.org/m2e/,http://download.eclipse.org/technology/m2e/releasesThe latter is also the updated address of the plugin, which will restart eclipse after installation, and then set up several
Recently in the study of Java+selenium automated testing, online more information, their own test practice, sorting out a relatively perfect set of environmental information, because many online download practice process, found a lot of mismatch problems, what JDK and Eclipse does not match, Selenium and Fire Fox don't match.First, the development environment:1,
1. Download mavenOfficial address: http://maven.apache.org/download.cgiUnzip and create a new local warehouse folder2. Configure the local warehouse path3. Configure MAVEN Environment variables4. Configuring Maven in IntelliJ IdeaOpen-file-settings5. Create a new MAVEN Web projectOpen-file-new-projectClick NextGroupID and artifactidClick NextThe added configurati
BufferedReader class to read the fileString s = null; while ((s = br.readline ()) =null) {//Use the ReadLine method to read one line at a timeresult = result + "\ n" +s;}Br.close ();}catch(Exception e) {E.printstacktrace ();}return result;}Main method invocationFile File = new file ("C:/a.txt");//Read filesSystem. out. println (txt2string(file) + "a");The problem: The orc recognition rate is still very low, the chance of login success has not exceeded 90%, need to improveSolution: Train the Orc
1. JDK2.eclipse+testng>TESTNG installation.Name:testng Location:http://beust.com/eclipse.3.selenium WebdriverDownload Selenium Webdriver jar Package http://docs.seleniumhq.org/download/Selenium official website> Unzip when the download is complete.> Create a Java Project in eclipse.> Copy the files you just extracted.>
clicked
Elementtobeclickable (by Locator)
The page element is in the selected state
Elementtobeselected (webelement Element)
Page elements exist in the page
Presenceofelementlocated (by Locator)
Whether to include specific text in the page element
Texttobepresentinelement (by Locator)
Page element values
Texttobepresentinelementvalue (by locator, java.lang.String text)
Caption (title)
Titlecontai
In automated testing we can not avoid to imitate some keyboard buttons on the operation, ordinary letters, numbers, special symbols, these are very simple, and sometimes we will imitate "SHIFT", "ALT", "CONTROL", these selenium has provided the action, Specific as follows: New Actions (driver); Actions.keydown (Keys.control); // Press to release control Actions.keydown (keys.control); Actions.keydown (keys.shift); // Press
The problem may be that dependent projects are packaged into bundles, such as Mina, packaged into bundles, for example:Then you need to add a bundle plugin:"Java+maven" problem series--maven error Missing artifact xxx:xxx:bundle:xx.xx.xx
Java Selenium Environment setup:1.JDK installation and Environment configuration. These can all be Baidu.2.Eclipse installation. These can all be Baidu.3.Eclipse +selenium Installation:1. Create a new Java project2. Download Selenium plug-in, the official website may not dow
Java Selenium processing elements in an IFRAME
Sometimes when we locate elements, we find that we cannot locate them. You need to check to see if the element you're targeting is in the IFRAME.
Reading Table of Contents
What is an IFRAME?
An IFRAME is HTML, used for Web page nesting. A Web page can be nested into another page and can be nested in many layers.
Seleni
Java Selenium Smart Wait page load complete
We often encounter the use of selenium to manipulate an element on the page, you need to wait for the page to be completed after loading to operate. Otherwise, the element on the page does not exist, and an exception is thrown.
or encounter Ajax asynchronous loading, we need to wait for the element load to complete be
Summary of--selenium Learning in automated testingFirst, the concept and significance of automated testing:1. What is automated testing:Generally refers to the automation of software testing, software testing is to run the system or application under the preset conditions, evaluate the results of the operation, pre-conditions should include normal conditions and abnormal conditions.2. Meaning:Make testing more efficient, take advantage of more free ti
Briefly describe the problems encountered in setting up the environmental process:1. Preparing the material stage, no problem.JdkEclipseSeleniumChromedriverIt is important to note that the chrome version, the chrome driver version, and the selenium version are packaged. Baidu can get the corresponding relationship.2. Configure the installation:In the early days, I mistakenly thought that the selenium downlo
;"); - - //can be partially matched using the Java String API method -Assert.asserttrue (Messagetext.contains ("Job search"))); -Assert.asserttrue (Messagetext.startswith ("View short rent")); -Assert.asserttrue (Messagetext.endswith (">>")); in - //Close Driver to driver.quit (); + } -}code Example2. Get element attribute valuesThe GetAttribute () of the Webelement class returns the attribute value of the element
";Adfileupload.sendkeys (FilePath);1.6 Switching between Windows and frames
Driver.switchto (). Defaultcontent (); Return to the top-most frame/iframe
Driver.switchto (). FRAME ("Leftframe"); Switch to a frame:
Driver.switchto (). Window ("Windowname"); Switch to a window
1.7 Calling Java ScriptWeb driver calls to Java script are implemented through Javascriptexecutor, for example:Java
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.