
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
TestAddLocatorStrategy fails in PI mode due to this bug.
doAddLocatorStrategy on the JS side adds a locator strategy to the JS Selenium object; naturally, it gets wiped away in PI mode when you change pages and a new Selenium object is created.
The workaround is simple but annoying: add your locator strategy back in after every page load. The fix is to add locator strategies as JS vars on the server side.
|
|
Description
|
TestAddLocatorStrategy fails in PI mode due to this bug.
doAddLocatorStrategy on the JS side adds a locator strategy to the JS Selenium object; naturally, it gets wiped away in PI mode when you change pages and a new Selenium object is created.
The workaround is simple but annoying: add your locator strategy back in after every page load. The fix is to add locator strategies as JS vars on the server side. |
Show » |
| There are no comments yet on this issue.
|
|