java - Arquillian Garphene, page loaded but unable to launch javascript -
i'm using arquillian graphene selenium 2.
the trouble coming graphene.guardnorequest();
method. error thrown :
java.lang.runtimeexception: org.openqa.selenium.webdriverexception: can't execute javascript before page has been loaded! build info: version: '2.25.0', revision: '17482', time: '2012-07-18 22:18:01' system info: os.name: 'windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.6.0_43'
i've tried elements assert exist, i've catched page source , seems ok. i've tried put wait like
wait.until(expectedconditions.visibilityofelementlocated(by.cssselector("selector here")));
someone has/had same struggle?
update : problem solved
i've solved problem, need time make clear explain happens , what's solution
Comments
Post a Comment