Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
Pilot_Riaz
Regular Participant
Regular Participant
Posts : 27
Join date : 2011-08-24

In the IDE i am using typeKeys to enter email into email text box but the dot is being missed out Empty In the IDE i am using typeKeys to enter email into email text box but the dot is being missed out

Tue Sep 06, 2011 4:06 pm
Hi,

In Selenium IDE when i record it does not capture what i am typing in the email and password text fields.

I found out to use the typeKeys command.

In the IDE for the following fields i have entered

Command = typekeys
Target = id="ctl00_uxContentPlaceHolderContent_uxEmailTextBox_uxEmailTextBox_textBox
Value = test1@test.com

When i playback the test the value in the email text box is appearing but it is missing out the dot

Why is it missing out the dot and how can i get it to include the dot?
avatar
Pilot_Riaz
Regular Participant
Regular Participant
Posts : 27
Join date : 2011-08-24

In the IDE i am using typeKeys to enter email into email text box but the dot is being missed out Empty Re: In the IDE i am using typeKeys to enter email into email text box but the dot is being missed out

Tue Sep 06, 2011 4:26 pm
It's ok i used type instead of typekeys now. It's picking up the dot in the email

But i have different problem now. When i select the company drop down field. The IDE sees it during the record but it won't capture the click when i click on a company from the drop down.

How can i capture this please?
avatar
Pilot_Riaz
Regular Participant
Regular Participant
Posts : 27
Join date : 2011-08-24

In the IDE i am using typeKeys to enter email into email text box but the dot is being missed out Empty Re: In the IDE i am using typeKeys to enter email into email text box but the dot is being missed out

Wed Sep 07, 2011 10:42 pm
Found out how to do it now. I used

Command = typekeys
Target = /default.aspx?companyid=33985
Value =

The value in the drop down is now selected, strange but it worked.
I right clicked on the element and the option open /default.aspx?companyid=33985
was there. So i tried it and it works as i wanted it to.
Sponsored content

In the IDE i am using typeKeys to enter email into email text box but the dot is being missed out Empty Re: In the IDE i am using typeKeys to enter email into email text box but the dot is being missed out

Back to top
Permissions in this forum:
You cannot reply to topics in this forum