1:) Add a folder selection to your project. (You can choose to read only or delete what you read.)
2:) Create a folder and keep the cookies in separate txt files.
3:) After starting the project, transfer the variable from the folder selection to Read File. Change the name FILE_CONTENT to COOKIE.
4:) Call the COOKIE variable in the previous process and perform the Network/Restore Cookies process.
5:) Open google.com in the browser, the cookie will be added.
Не могу получить атрибут src
-
Получаю код элемента через браузерное действие, все работает:
>XPATH> //audio[@id='asfplayer'] <audio id="asfplayer" src="https://123.mp3"></audio>Пытаюсь получить src ссылку, возвращает пустое значение:
>XPATH> //audio[@id='asfplayer']/@src Селектор элемента ( найдено 1 )Пробовал получить текст, результат тот же. Как можно исправить?
