We are using Selenium 1 with C# and selenium.typekeys are not working with our new Angular JS screens. Typekeys are working in our old screns but with new angular js screens it wont do anything. selenium.type is typing the text but when we try to save the page we are getting the error saying text fields are blank but we can see the value in text box. we have to fire an event before saving the page i think but selenium.typekeys or selenium.keypress or any other commands are not recognizing by angular JS screens.we cannot update to selenium 2.0 version because we have our customer browser and selenium 2.0 will not allow custom browsers. we want to stay on selenium 1 and need fix for this. Any help will be appreciated.
On Tuesday, 16 October 2012 11:11:51 UTC-5, Paul Hammant wrote: > Your claim that "Selenium test framework does not work with WebApp > created via AngularJS", isn't my experience. It does work with > Selenium2. That Stackoverflow entry looks to be citing Selenium1. > Selenium2 has been in regular use for four years, why are you using > Selenium1 ? > > - Paul > (co-creator of Selenium-1 and user of Angular since 2009). > > On Tue, Oct 16, 2012 at 11:07 AM, Fred Ericko > <[email protected]<javascript:>> > wrote: > > It seems like Selenium test framework does not work with WebApp created > via > > AngularJS. Any tip to get this working. Basically, i face the same issue > as > > this fella > > > > > http://stackoverflow.com/questions/11620850/selenium-on-textfields-that-triggers-events-a-way-to-mimic-human-interaction > > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "AngularJS" group. > > To post to this group, send email to [email protected]<javascript:>. > > > To unsubscribe from this group, send email to > > [email protected] <javascript:>. > > Visit this group at http://groups.google.com/group/angular?hl=en. > > > > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
