selenium-google-code-issue-archive icon indicating copy to clipboard operation
selenium-google-code-issue-archive copied to clipboard

SafariDriver wait pending navigations issue

Open lukeis opened this issue 9 years ago • 3 comments

Originally reported on Google Code with ID 8001

SafariDriver doesn't have check pending navigations step.

SafariDriver log:

14:37:57.86 [safaridriver.extension.Server] [779h50wyyvq2] Received a message: {"origin":"webdriver","type":"command","command":{"id":"79","name":"clickElement","parameters":{"id":":wdc:1412681861302"}}}
14:37:57.87 [safaridriver.extension.Server] [779h50wyyvq2] Executing command: clickElement
14:37:57.87 [safaridriver.extension.Tab] [2ymt8tn075fa] Sending message: {"origin":0,"type":"command","command":{"id":"9hv7rx7u2env","name":"clickElement","parameters":{"id":":wdc:1412681861302"}}}
14:37:57.87 [safaridriver.inject._Top_] [p1s4okvij0cl] Executing {"id":"9hv7rx7u2env","name":"clickElement","parameters":{"id":":wdc:1412681861302"}}
14:37:57.88 [safaridriver.extension.Tab] [2ymt8tn075fa] Received response: {"origin":1,"type":"response","id":"9hv7rx7u2env","response":{"status":0,"value":null}}
14:37:57.88 [safaridriver.extension.Server] [779h50wyyvq2] Sending response: {"origin":0,"type":"response","id":"79","response":{"status":0,"value":null}}

ChromeDriver log:

[26.534][INFO]: COMMAND ClickElement {
   "id": "0.7670850940048695-14"
}
[26.534][INFO]: Waiting for pending navigations...
[26.534][INFO]: Done waiting for pending navigations
[26.594][INFO]: Waiting for pending navigations...
[38.981][INFO]: Done waiting for pending navigations
[38.981][INFO]: RESPONSE ClickElement

under SafariDriver response for click action is being sent immediately after click
but, this click leads to another page and it should send a response when new page loaded(like
under ChromeDriver)

Selenium version: 2.43.0
OS: Mac OS X 10.9.5
Browser: Safari
Browser version:7.1



Reported by [email protected] on 2014-10-07 12:34:14


- _Attachment: [crd.log](https://storage.googleapis.com/google-code-attachments/selenium/issue-8001/comment-0/crd.log)_ - _Attachment: [sfr.log](https://storage.googleapis.com/google-code-attachments/selenium/issue-8001/comment-0/sfr.log)_

lukeis avatar Mar 04 '16 09:03 lukeis

Reported by barancev on 2014-10-08 10:24:23

  • Labels added: Component-WebDriver, Browser-Safari

lukeis avatar Mar 04 '16 09:03 lukeis

Reported by jmleyba on 2014-10-31 17:05:48

lukeis avatar Mar 04 '16 09:03 lukeis

Reported by luke.semerau on 2015-09-17 17:47:06

  • Labels added: Restrict-AddIssueComment-Commit

lukeis avatar Mar 04 '16 09:03 lukeis