- Регистрация
- 10.12.2014
- Сообщения
- 100
- Благодарностей
- 5
- Баллы
- 18
Hello guys,
I'm currently working on a bot to create an email address for the hosted GMX.
I recorded everything and changed the values for the fields like name,surname, address,city and all that for my custom files.
A day after, nothing seemed to work so I tried to recreate everything and it worked again.
1 day later same issue.
So I took a look behind the website and saw that the ID's of the fields are changing. that's why he can't recognize the fields from the day before.
So I created a regex to find these controls and saved them into a value to use.
Unfortunately it still doesn't worked and I found the issue again.
The ID of the fields are different if you select/focus/click them and doesn't click/select the field.
So I created a regex for the phase where the field isn't selected and 1 regex for the field when it's selected.
It should be like: regex the not selected namefield -> use this id as variable to click on the namefield -> regex the new I'd of the selected namefield -> use the new I'd of the selected namefield to put my namefield information into it.
For some reason he gets the ID of the not selected namefield (and it's the right I'd) but isn't clicking on the field.
Does someone know where my mistake is or knows a solution to fix that issue ?
You can have a small look at my project I will attach it.
It's a German Mailprovider and the project isn't even near finish I just created small test for you so you can see the problem
I'm currently working on a bot to create an email address for the hosted GMX.
I recorded everything and changed the values for the fields like name,surname, address,city and all that for my custom files.
A day after, nothing seemed to work so I tried to recreate everything and it worked again.
1 day later same issue.
So I took a look behind the website and saw that the ID's of the fields are changing. that's why he can't recognize the fields from the day before.
So I created a regex to find these controls and saved them into a value to use.
Unfortunately it still doesn't worked and I found the issue again.
The ID of the fields are different if you select/focus/click them and doesn't click/select the field.
So I created a regex for the phase where the field isn't selected and 1 regex for the field when it's selected.
It should be like: regex the not selected namefield -> use this id as variable to click on the namefield -> regex the new I'd of the selected namefield -> use the new I'd of the selected namefield to put my namefield information into it.
For some reason he gets the ID of the not selected namefield (and it's the right I'd) but isn't clicking on the field.
Does someone know where my mistake is or knows a solution to fix that issue ?
You can have a small look at my project I will attach it.
It's a German Mailprovider and the project isn't even near finish I just created small test for you so you can see the problem
Вложения
-
132,7 КБ Просмотры: 130