Selenium - Invalid xpath [3]: XPath parse error

I was getting this error : Invalid xpath [3]: XPath parse error when I used xpath xpath=id('ctl00_contentSection_ctlCompanyDetails_bldListingAds_ctl00_lnkCompanyHeading')[@href]. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: wiki
Posted on: 2/28/2010 at 9:39 AM
Categories: Software Testing
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

How to run or execute a dos file or command using excel macro

You will have to create a macro something like this: Sub RunTest () Dim ReturnValue ReturnValue = Shell("""C:\selenium\GoogleTest.bat"" ""G:iDO Messagingttermpromacrosbdf.ttl""", 1) AppActivate ReturnValue End Sub [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: wiki
Posted on: 2/25/2010 at 11:56 AM
Tags: , ,
Categories: Software Testing | VBA Macros
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

How to overcome the timeout issue in Selenium RC

In this article I will tell you about the -timeout nn command line parameter and how to use it. java -jar selenium-server.jar -port 4545 -timeout 50000 Here you are setting the timeout to 50 secs. You can increase the time depending on the server response time. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: wiki
Posted on: 2/22/2010 at 2:02 PM
Tags: , ,
Categories: Software Testing
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed