+ Reply to Thread
Results 1 to 20 of 20

website login button click

  1. #1
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,236

    website login button click

    Hi All

    First time I'm needed to login to website and not able to get the login button to click after info is entered...Have searched the web to no avail...Any ideas
    Please Login or Register  to view this content.
    Edit...
    Have tried
    Please Login or Register  to view this content.
    Last edited by sintek; 02-06-2018 at 02:18 AM.
    Good Luck
    I don't presume to know what I am doing, however, just like you, I too started somewhere...
    One-day, One-problem at a time!!!
    If you feel I have helped, please click on the star to left of post [Add Reputation]
    Also....add a comment if you like!!!!
    And remember...Mark Thread as Solved.
    Excel Forum Rocks!!!

  2. #2
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: website login button click

    we'd need to see the website. what's the url?

  3. #3
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,236

    Re: website login button click

    Hey there Kyle123

    Thanks for your response.

    As follows: "https://www.fnb.co.za/"

  4. #4
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,272

    Re: website login button click

    Please Login or Register  to view this content.

  5. #5
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,236

    Re: website login button click

    Hi daboho

    No go with
    Please Login or Register  to view this content.

  6. #6
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,272

    Re: website login button click

    i am sorri change
    to
    Please Login or Register  to view this content.

  7. #7
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,236

    Re: website login button click

    Nope, still no go...

  8. #8
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,272

    Re: website login button click

    try this
    Please Login or Register  to view this content.
    Last edited by daboho; 02-06-2018 at 03:35 AM.

  9. #9
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,236

    Re: website login button click

    That did it daboho

    Thank you for your persistence. Strange why use of "OBSubmit" and not "Login"

    Edit....
    Is the code dependent on the website?

    The entire code does not work on this Forum site...
    Last edited by sintek; 02-06-2018 at 03:51 AM.

  10. #10
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,272

    Re: website login button click

    because ID of login = ""OBSubmit"

  11. #11
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,236

    Re: website login button click

    How does one know that....What would ID of login be for this website....Excelforum

  12. #12
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,272

    Re: website login button click

    sintek ID for username is excelforum = "navbar_username"
    you can see using inspect element right click in box and right clik inspect element
    for to easy you instaling addon firebug for firefox you can see all
    html.body ,and you can see all children from class

    for this website excelforum you can using .Document.forms(0).submit
    because only one form in login form
    Last edited by daboho; 02-06-2018 at 04:11 AM.

  13. #13
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,236

    Re: website login button click

    Now I get it...Thanks again daboho

  14. #14
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,272

    Re: website login button click

    welcome sintek,thread pos as solved

  15. #15
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,236

    Re: website login button click

    Quick question... This does not work for this forum...
    Please Login or Register  to view this content.

  16. #16
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,272

    Re: website login button click

    Please Login or Register  to view this content.

  17. #17
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,236

    Re: website login button click

    What goes in red part...sintek
    Please Login or Register  to view this content.

  18. #18
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,272

    Re: website login button click

    try also this
    Please Login or Register  to view this content.

  19. #19
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,272

    Re: website login button click

    because not id for log in
    or you can do like this
    Please Login or Register  to view this content.
    Last edited by daboho; 02-06-2018 at 06:27 AM.

  20. #20
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,272

    Re: website login button click

    sintek : all you can do loop in all element
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Website Script to click button on Website and export file to directory?
    By stangz71 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-27-2017, 03:55 PM
  2. Need to click on search button in a website using vba.
    By Tonmoy Roy in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-17-2017, 11:53 PM
  3. Creating a Login Button for a Website
    By JesseV92 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-19-2016, 09:07 AM
  4. Get Data from a Website - Unable to click Button
    By karan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-17-2016, 04:45 PM
  5. VBA (Excel) code to click button on website
    By SteveCole in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-28-2013, 05:05 AM
  6. To Click on log in button of a website
    By sushil10s in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-01-2013, 01:20 AM
  7. Click button on website from VBA
    By davegugg in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-12-2009, 05:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1