You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make an sample automation with twitter.
The sample consist of a flow that is goes to a Twitter page and saves some profile information
Go to https://twitter.com/electronjs
Hover profile image to test a pop-up label (<div class="ProfileAvatar">)
Fetch 'ProfileHeaderCard-screennameLink' element text to variable1 (<a class="ProfileHeaderCard-screennameLink u-linkComplex js-nav" href="/electronjs">)
Fetch 'ProfileHeaderCard-screennameLink' element text to variable2 (<a class="ProfileHeaderCard-screennameLink u-linkComplex js-nav" href="/electronjs">)
Save variable1 & variable2 to file
Is it possible to do this with Electron/Nightmare? If Yes, can you help me?
Thank
The text was updated successfully, but these errors were encountered:
I want to make an sample automation with twitter.
The sample consist of a flow that is goes to a Twitter page and saves some profile information
Go to https://twitter.com/electronjs
Hover profile image to test a pop-up label (
<div class="ProfileAvatar">
)Fetch 'ProfileHeaderCard-screennameLink' element text to variable1 (
<a class="ProfileHeaderCard-screennameLink u-linkComplex js-nav" href="/electronjs">
)Fetch 'ProfileHeaderCard-screennameLink' element text to variable2 (
<a class="ProfileHeaderCard-screennameLink u-linkComplex js-nav" href="/electronjs">
)Save variable1 & variable2 to file
Is it possible to do this with Electron/Nightmare? If Yes, can you help me?
Thank
The text was updated successfully, but these errors were encountered: