clicknium / clicknium-docs

A next-generation GUI automation framework for Web and Desktop Application Testing and Automation.
https://www.clicknium.com
Apache License 2.0
157 stars 15 forks source link

how to get cookies? #67

Open andyto202 opened 1 year ago

andyto202 commented 1 year ago

When clicknium is used to automatically log in to the website,how to get the login cookie value thanks

DoriaAdele commented 1 year ago

By find_elementon one web locator, you can get one web element, and you can get properties of the element by get_property; for more specific detail, refer to the link https://www.clicknium.com/documents/concepts/web