I want to scrape IG followers
But I'm unable to login to IG.
Its login button class changes on refresh and the username /pass field have same classes.
Not able to click the login button.
Also need help scraping followers from modal box.
I want to scrape IG followers
But I'm unable to login to IG.
Its login button class changes on refresh and the username /pass field have same classes.
Not able to click the login button.
Also need help scraping followers from modal box.
IG = instagram
How can I delete class?
Login page : https://www.instagram.com/accounts/login/
username and pass have same class
login button class changes on refresh.
IG = instagram
How can I delete class?
Login page : https://www.instagram.com/accounts/login/
username and pass have same class
login button class changes on refresh.
Please use the New Keystrokes Emulation command to have a try.
IG = instagram
How can I delete class?
Login page : https://www.instagram.com/accounts/login/
username and pass have same class
login button class changes on refresh.
Please use the New Keystrokes Emulation command to have a try.
I tried keystroke emulation and mouse emulation as well. As I said username and pass have same classes so keystrokes nulls the other box if try it below or above.
The issue from my findings is the password box which has forgot div in it.
When we set value to it. It shows over the forget div
So when we emulate click on login after filling both textboxes it gives error.
I even tried using javascript to remove that forget div but it still gives same error.
Why cannot you delete the Class condition? i used the New Keystrokes Emulation command to find them, it works well.
Why cannot you delete the Class condition? i used the New Keystrokes Emulation command to find them, it works well.
I tried deleting the div and class and it didnt work.
In your example file whats the purpose of using loadurl thrice?
Why cannot you delete the Class condition? i used the New Keystrokes Emulation command to find them, it works well.
I tried deleting the div and class and it didnt work.
In your example file whats the purpose of using loadurl thrice?
Please i do not load the url twice, why cannot you delete it if you do not need it.
Before you create your own bot, please go to watch more videos and document first
This is the module i sent to you, i do not know why it looks like that: