How to solve the link has target '_blank', which is not supported in Selenium

If you use selenium IDE to click on the link you will get the error message : Link has target '_blank', which is not supported in Selenium! Randomizing target to be: [More]

Be the first to rate this post

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

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

Handling Selenium error - verifyXpathCount

Unexpected Exception: message -> The expression cannot be converted to return the specified type., code [More]

Be the first to rate this post

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

Selenium - createCookie

createCookie(nameValuePair, optionsString) Arguments: * nameValuePair - name and value of the cookie in a format "name=value" * optionsString - options for the cookie. Currently supported options include 'path', 'max_age' and 'domain'. the optionsString's format is "path=/path/, max_age=60, domain=.foo.com". The order of options are irrelevant, the unit of the value of 'max_age' is second. Note that specifying a domain that isn't a subset of the current domain will usually fail. Create a new cookie whose path and domain are same with those of current page under test, unless you specified a path for this cookie explicitly. [More]

Be the first to rate this post

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

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