This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>title</title> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<!-- meta name="viewport" content="width=device-width,initial-scale=1" --> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | |
<meta name="author" content="name"> | |
<meta name="description" content="description here"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [[ "foo.xml" =~ ^.+\.(xml)$ ]]; then echo "X"; else echo "Y"; fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THREAD1: candidate: name resolution failed | |
java.lang.NumberFormatException: For input string: "8080/CustomContext" | |
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) | |
at java.lang.Integer.parseInt(Integer.java:492) | |
at java.lang.Integer.parseInt(Integer.java:527) | |
at scala.collection.immutable.StringLike$class.toInt(StringLike.scala:272) | |
at scala.collection.immutable.StringOps.toInt(StringOps.scala:30) | |
at com.twitter.finagle.util.InetSocketAddressUtil$$anonfun$parseHostPorts$3.apply(InetSocketAddressUtil.scala:44) | |
at com.twitter.finagle.util.InetSocketAddressUtil$$anonfun$parseHostPorts$3.apply(InetSocketAddressUtil.scala:40) | |
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13:30:14.279 INFO - Executing: [new session: Capabilities [{name=xpath, platform=ANY, version=, browserName=firefox, javascriptEnabled=true}]] at URL: /session) | |
13:30:14.280 INFO - Creating a new session for Capabilities [{name=xpath, platform=ANY, version=, browserName=firefox, javascriptEnabled=true}] | |
13:30:15.778 INFO - Done: /session | |
13:30:15.786 INFO - Executing: [implicitly wait: 30000] at URL: /session/1ee7920d-b1cf-4a12-97dd-e8c27f326cb4/timeouts/implicit_wait) | |
13:30:15.791 INFO - Done: /session/1ee7920d-b1cf-4a12-97dd-e8c27f326cb4/timeouts/implicit_wait | |
13:30:15.797 INFO - Executing: [get: http://sebuilder.github.io/se-builder/] at URL: /session/1ee7920d-b1cf-4a12-97dd-e8c27f326cb4/url) | |
13:30:18.041 INFO - Done: /session/1ee7920d-b1cf-4a12-97dd-e8c27f326cb4/url | |
13:30:18.046 INFO - Executing: [find element: By.xpath: //h1[@class='selenium-builder-logo']] at URL: /session/1ee7920d-b1cf-4a12-97dd-e8c27f326cb4/element) | |
13:30:18.085 INFO - Done: /session/1ee7920d-b1cf-4a12-97dd-e8c27f326cb4/element | |
13:30: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# attempts to export the 'examples/full_example.json' | |
# with all available selenium2 exporters. | |
# | |
# must be run from root of se-builder project | |
# | |
# $ sh run-all-exporters.sh | |
# | |
# author: david linse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO Request: DELETE /wd/hub/session/fa148a22-198f-4216-b91b-7b02c645a03c | |
- data: | |
- headers: {} | |
There was an error while executing the Selenium command | |
cannot forward the request null | |
ERROR Response 500 DELETE /wd/hub/session/fa148a22-198f-4216-b91b-7b02c645a03c{ status: 13, | |
sessionId: 'fa148a22-198f-4216-b91b-7b02c645a03c', | |
value: | |
{ class: 'org.openqa.grid.common.exception.GridException', | |
stackTrace: |