Hi,
can you provide more information?
How are you getting the mail? Are you doing it through browser or through an api?
you can use regex, get substring or get html for this.
yahoo account registration
-
Hi, so I want to create yahoo registration bot however I'm stuck at Mobile Phone Number
I used smspva and the numbers automatically add the international CODE for example im using Russia
the number i would get would be 7123123123
and I would just add "+" sign, however with yahoo registration the +international you need to select it manually, I tried setting the combobox by index = 160 since its russia it doesnt work, tried setting it combobox by value = Russia or +7 but didnt work, I tried click and move on element but it doesnt work. How can I fix this? anyone?
I cant select it like this with BAS
-
This seems to work. Just add the select with the countrycode twice.
-
@huntenkill said in yahoo account registration:
cou
thanks! its working
however I got a new problem. Since SMSPVA or any other phone verify enters for example I choose russia, it will enter 7897786653 it will enter the "7" Automatically in the phone number field and yahoo doesnt accept it since they already got +7 that I chose. so adding "7" in the field is not working. how do I exclude or delete the 1st digit "7"
" -
you need to use the backspace method
you need to edit the text and backspace
enter a number it would go to the first number and backspace it
its kinda weird method works for me
-
@woorke said in yahoo account registration:
mber
I dont get it, if you used type text = phone number
it will enter
72125561245
then I will type text it again and this time i will put <BACK>phone number? all it does for me is delete the number before <BACK>
can you explain more please?