@dda
How can this be repeated? If I create a new project, does this happen again?
Send a screenshot, what parameters have you specified in the "Proxy" action
Please attach the proxies with which the problem occurs in the forum's private messages
Getting consistent results with element seletors
-
Hi
Can someone recommend the best approach to use to get more consistent results with element selectors? For example, I have a project where I have to fill in first name, last name, phone, etc. When I first record it, everything works great, but when I go through it again, sometimes it has issues finding the various boxes to type inputs in. I have tried all the various methods, css, xpath, match and they all produce inconsistent results. What is the best method to use to make sure that the elements are always found.
Thanks!
-
Статья по xpath - https://habr.com/ru/company/otus/blog/533354/
если вы составили стандартный запрос который предлогает бас и он меняется постоянно значит на сайте динамические селекторы работайте в связе contains
формулы xpath - https://devhints.io/xpath -
@ericarias said in Getting consistent results with element seletors:
What is the best method to use to make sure that the elements are always found.
Just avoid using automatically generated selectors by BAS.