首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > xpathitup

xpathitup

  • 资源大小:11.72 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

The purpose of the project is to create an easy way to create xpath expressions for verifying the presence of elements in a document. Expressions can be created based on attributes, parents, siblings, children, contained text and exact text. More features will be supported in the near future. Examples: ``` XPathFinder.Find.Tag("a").With.Parent("div").With.Parent("div").ToXPathExpression(); XPathFinder.Find.Tag("a").Containing("Home Page").ToXPathExpression(); XPathFinder.Find.Tag("div").With.Attribute("class","SomeCssClass").ToXPathExpression(); XPathFinder.Find.Tag("a").With.Attribute("href", "http://test.test.com").ToXPathExpression(); XPathFinder.Find.Tag("a").With.Text("Test").ToXPathExpression(); XPathFinder.Find.Tag("div").With.Attribute("class", "myClass")

文 件 列 表

Debug
XPathItUp.dll
XPathItUp.pdb
Release
XPathItUp.dll
VIP VIP
0.187667s