I am trying to run some Gauge scripts with a headless browser (Phantom JS) . I am on Gauge Version : 0.6.2 and latest version of Phantom. All my scripts are running fine with Chrome or FF. Below is the stack trace of the error
F[INFO - 2016-11-21T00:32:40.921Z] ShutdownReqHand - _handle - About to shutdown
Failed Step: Click on element "signIn"
Specification: specs\CreateSubscription.spec:15
Error Message: org.openqa.selenium.NoSuchElementException: {"errorMessage":"Unable to find element with id 'sign
In'","request":{"headers":{"Accept-Encoding":"gzip,deflate","Connection":"Keep-Alive","Content-Length":"31","Content-Typ
e":"application/json; charset=utf-8","Host":"localhost:11627","User-Agent":"Apache-HttpClient/4.5.2 (Java/1.8.0_92)"},"h
ttpVersion":"1.1","method":"POST","post":"{\"using\":\"id\",\"value\":\"signIn\"}","url":"/element","urlParsed":{"anchor
":"","query":"","file":"element","directory":"/","path":"/element","relative":"/element","port":"","host":"","password":
"","user":"","userInfo":"","authority":"","protocol":"","source":"/element","queryKey":{},"chunks":["element"]},"urlOrig
inal":"/session/c4aa0ea0-af81-11e6-b3ff-172c3a276463/element"}}
Command duration or timeout: 100.12 seconds
Build info: version: '2.53.1', revision: 'a36b8b1cd5757287168e54b817830adce9b0158d', time: '2016-06-30 19:26:09'
Any thoughts \help.