Using SGWT 2.5 nightly from Nov. 20 2011, Selenium-RC, Maven 3.0.3, Firefox, Mac OS X Lion.
Text items work, but combo box item selection only works when firefox is in the foreground. Note below that the text item is clicked, which should show the list, but the selection of an item fails. This same test works if I bring the browser to the foreground, but that's not practical for CI etc. Entering values on text items always works.
Any ideas?
14:17:03.668 INFO - Command request: click[scLocator=//DynamicForm[ID="my_formA"]/item[name=thing_version]/textbox, ] on session 2b866f8d567e48ddab9d2cd6cbb0157b
14:17:04.720 INFO - Got result: OK on session 2b866f8d567e48ddab9d2cd6cbb0157b
14:17:04.723 INFO - Command request: click[scLocator=//DynamicForm[ID="my_formA"]/item[name=thing_version]/pickList/body/row[thing_version=2.9.1]/col[fieldName=thing_version], ] on session 2b866f8d567e48ddab9d2cd6cbb0157b
14:17:05.764 INFO - Got result: ERROR: Element scLocator=//DynamicForm[ID="my_formA"]/item[name=thing_version]/pickList/body/row[thing_version=2.9.1]/col[fieldName=thing_version] not found on session 2b866f8d567e48ddab9d2cd6cbb0157b
14:17:05.768 INFO - Command request: testComplete[, ] on session 2b866f8d567e48ddab9d2cd6cbb0157b
14:17:08.033 INFO - Got result: OK on session 2b866f8d567e48ddab9d2cd6cbb0157b
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 23.217 sec <<< FAILURE!
Thanks!
,chris
Text items work, but combo box item selection only works when firefox is in the foreground. Note below that the text item is clicked, which should show the list, but the selection of an item fails. This same test works if I bring the browser to the foreground, but that's not practical for CI etc. Entering values on text items always works.
Any ideas?
14:17:03.668 INFO - Command request: click[scLocator=//DynamicForm[ID="my_formA"]/item[name=thing_version]/textbox, ] on session 2b866f8d567e48ddab9d2cd6cbb0157b
14:17:04.720 INFO - Got result: OK on session 2b866f8d567e48ddab9d2cd6cbb0157b
14:17:04.723 INFO - Command request: click[scLocator=//DynamicForm[ID="my_formA"]/item[name=thing_version]/pickList/body/row[thing_version=2.9.1]/col[fieldName=thing_version], ] on session 2b866f8d567e48ddab9d2cd6cbb0157b
14:17:05.764 INFO - Got result: ERROR: Element scLocator=//DynamicForm[ID="my_formA"]/item[name=thing_version]/pickList/body/row[thing_version=2.9.1]/col[fieldName=thing_version] not found on session 2b866f8d567e48ddab9d2cd6cbb0157b
14:17:05.768 INFO - Command request: testComplete[, ] on session 2b866f8d567e48ddab9d2cd6cbb0157b
14:17:08.033 INFO - Got result: OK on session 2b866f8d567e48ddab9d2cd6cbb0157b
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 23.217 sec <<< FAILURE!
Thanks!
,chris
Comment