PDA

View Full Version : Problem with Selenium RC and EXT JS



Navigator_Lviv
13 Jun 2008, 3:49 AM
Hello, all!!!:)

We have application how use the EXT JS.
We want automation tests for this application. When we use Selenium in Firebug we watch some bugs: "sel$A is not defined" and more bugs "missing ) in parenthetical".
When we use application without selenium they do not appear.
After loading main page we click to link. Application do not load data.:((
Application mast be return only:
[{"id":"","name":"-Select-"},{"id":1,"name":"Text Input"}, ... ,{"id":6,"name":"Select multiple"}]
But before this line selenium added native scripts .
How I can avoid this problem?