java - Extremely slow to find element on Firefox 31 and Selenium 2.42.2 -
I'm testing with Firefox WebDriver and it works quite well until Firefox continues up to 31. Finding an element for Firefox Webdriver will take several minutes, which takes less than a second in the old version.
It does not contain all the web pages, nor all the elements on the same page. It seems that only the first person will take so long.
Did anybody come in a similar problem? Any advice would be deeply appreciated, thanks in advance!
Regarding, Halbo
There are selenam logs for reference: Support local events for Firefox 28 That's why I think your best bet is to install one of Firefox back to the versions listed above. Mozilla keeps a repo of the previous edition 18:02: 55.941 Information - Java: Oracle Corporation 24.51-B 03 18: 02: 55.944 Information - OS: Windows 8 6.2 MD 64 18: 02: 55.961 INFO-V 2.42.2, with Core V 2.42.2. Created from amendment 6a6995d ...... 18: 03: 42.840 Information: Execution: [New Session: Abilities [[firefox_profile = UEsDBBQACAGIAHWQ + UQAAAAAAAAAA ..., browser name = firefox, unexpected alashwar = disregard]]] 18:03 : 42.865 Information - Creating a new session for capabilities [{firefox_profile = UEsDBBQACAGIAHWQ + UQAAAAAAAAAA ..., BrowserName = Firefox, unexpected AlertBehavior = Ignore}] 18: 03: 50.423 Information - Completed: [New Session: Capabilities [[firefox_profile = UEsDBBQACAGIAHWQ + UQAAAAAAAAAA 18: 03: 50.483 Information: Complete: [Set Window's [Info window status] 18: 03: 50.483 Information: Execution: [Set-up window size] - 18: 03: 50.491 information - Browser Info = Firefox, unexpected Alertbaby = Ignore}]] 18: 03: 50.454 Information - 18: 03: 50.513 information: complete: [set window set] 18: 03: 50.522 information - implemented: [page load wait: 60000]) 18: 03: 50.545 information - complete: [Page 18: 03: 50.565 information: Finished: [Wait for full: 1000] 18: 03: 50.573 Information - Execution: [ Net script timed out: [Wait: 60000] 18: 03: 50.552 Information - Execution: [Waiting Vertical: 1000] 60000] 1 8: 03: 50.589 Information - Completed: [Set script timeliness: 60000] 18: 03: 50.596 INFO - Implemented: [Receive: https: // user: password@test.site]) 18: 03: 53.048 Information - Done: [Receive: https: // user: password@test.site]. ..... Here the first element goes, about 4 minutes and no timeout 18: 04: 09.796 information - execution: [Find element: By.id: Input-dialog-over S] 18: 07: 44.731 Info - Done: [Find Element: BID: Input-Dial-Year] ...... Less than 1 second Second 18: 07: 46.784 Information - Execution: [Find Element: By .id: input-communication-month]) 18: 07: 46.799 information - done: [search for element: By.id: input-communication-month] ...... all follwing are normal 18: 07: 48.960 Information - Performance: [Finding element: By.id: info_sex_2]) 18: 07: 48.972 Information - done: [element found: By.id: info_sex_2]
Comments
Post a Comment