+ Reply to Thread
Results 1 to 6 of 6

Does anyone know where I can find a list of Selenium VBA arguments for EdgeDriver?

  1. #1
    Forum Contributor Obsessed's Avatar
    Join Date
    05-22-2013
    Location
    Cincinnati, Ohio
    MS-Off Ver
    Excel 365
    Posts
    215

    Does anyone know where I can find a list of Selenium VBA arguments for EdgeDriver?

    Been using EdgeDriver with Selenium to do some web automation. The issue I'm running into is it creates a registry key under HKCU/.../Run and apparently it's tied to data logging. I'd like to see if I can disable logging, but also want to see what other arguments I can pass. I'm having zero luck finding any guide or documentation online.
    Want to show appreciation for the help you received from a member? Give them reps by clicking the bottom left of their post!

  2. #2
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: Does anyone know where I can find a list of Selenium VBA arguments for EdgeDriver?

    so you're using these?

    https://www.selenium.dev/

    https://developer.microsoft.com/en-u...ols/webdriver/

    I'm guessing the reason you're having reg problems is because MS is notorious for doing it, and so are their developers. if you ask anything on an MS forum anywhere, inevitably someone will respond and say, even if there is a much simpler solution:
    hi,

    you can change this by modifying the following registry entry accordingly:

    HKEY: ............
    etc, etc, etc....
    I don't use anything produced by MS, so i have no idea. but did you use these terms by chance? looks like S/O has some info for you:

    https://www.google.com/search?q=edge...isable+logging

    https://www.google.com/search?q=edge...gistry+logging

    https://www.google.com/search?q=edge...t+registry+key

  3. #3
    Forum Contributor Obsessed's Avatar
    Join Date
    05-22-2013
    Location
    Cincinnati, Ohio
    MS-Off Ver
    Excel 365
    Posts
    215

    Re: Does anyone know where I can find a list of Selenium VBA arguments for EdgeDriver?

    Thanks for the response! I did try all those searches, however the questions are all related to either C#, python, etc and not VBA specifically.

    Side note, I just moved from Iowa City, IA - great place!

  4. #4
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: Does anyone know where I can find a list of Selenium VBA arguments for EdgeDriver?

    Quote Originally Posted by Obsessed View Post
    Side note, I just moved from Iowa City, IA - great place!
    no it isn't. it's heavily centralized, has no economic balance, and suffers from massive amounts of liberalism due to the strange ducks that work at the hospital and the college, not to mention the behavior of thousands of students. and that is why I'm on my way out.

    the reason you can't find anything on VBA, more than likely, is because the language is 20 years outdated and no one uses it anymore.

  5. #5
    Forum Contributor Obsessed's Avatar
    Join Date
    05-22-2013
    Location
    Cincinnati, Ohio
    MS-Off Ver
    Excel 365
    Posts
    215

    Re: Does anyone know where I can find a list of Selenium VBA arguments for EdgeDriver?

    Fair on IC. I'm not a huge fan of the politics but I found the people friendly and the surrounding area convenient.

    I am posting in a VBA subforum, so not sure what anybody is doing here then if it's 20 years outdated.

    It's the only language I know, which hardly counts I know. But I do a LOT of automation within Excel and often Outlook, and just started getting into web APIs with it which is why I'm having the current issues I'm having.

    I assume another language can also interact with these programs? If so, what would you recommend as a second language to pick up?

    Alternatively, do you know of a convenient way to delete registry subkeys? If I can just add a loop to clear out the created keys, that works just as well for me.

  6. #6
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: Does anyone know where I can find a list of Selenium VBA arguments for EdgeDriver?

    Here's some advice that you will find priceless.
    Quote Originally Posted by Obsessed View Post
    I found the people friendly and the surrounding area convenient.
    I just talked with the mayor on the phone today, and he's a black man. Runs nursing homes in town. and I sent him and all the city counsel members a very negative email 2 weeks ago regarding me being asked to leave 4 different public places in this town, and for no reason at all other than the fact that the unintelligent people that worked in those places had a deep seeded hatred for me. and obviously, for good reason. If someone who is not intelligent runs into someone that is, there's bound to be conflict. nothing can be done. But I told the mayor that I have no issue with anyone, but apparently that does not matter. He told me to reconsider because he loves the town, and I told him it was a possibly but not to count on it. A very intelligent man himself, but I could tell that he had a little bit of a disdain for me because he has no technical skills whatsoever, so I tried to take it easy on him.

    Quote Originally Posted by Obsessed View Post
    I am posting in a VBA subforum, so not sure what anybody is doing here then if it's 20 years outdated.
    because it's still widely used the world over, especially in foreign countries that are not even close to being as advanced as the USA, the UK or Japan/China/Russia.

    Quote Originally Posted by Obsessed View Post
    just started getting into web APIs
    I bet you didn't know that 90% of the programmers in the world don't even know what API really means, did you? People will literally call anything an API. LOL. I've talked to some people that said the following was a freakin algorithm!
    Please Login or Register  to view this content.
    but that is web-oriented coding syntax that applies to many languages. the VBA equivalent is this:
    Please Login or Register  to view this content.
    API means application programming interface, and the term has come to mean, in the programming world, anything and everything for some strange reason. but my guess is that, aside from the technical reasoning, people naturally have a desire to feel smart. That would make perfect sense to me. But alas, the smartest person on Earth knows that code has nothing to do with knowing how to get things done. Humans are the key. Furthermore, what's in the human heart is more of a key, and the one who can find it in others and use is accordingly can literally move mountains. Machines become completely irrelevant.

    Quote Originally Posted by Obsessed View Post
    I assume another language can also interact with these programs?
    almost every one of them can. these include, but are not limited to: c#, vb.net, python, c, c++, javascript, php, ruby on rails (probably), any new-age javascript framework, julia

    Quote Originally Posted by Obsessed View Post
    If so, what would you recommend as a second language to pick up?
    anything really. it depends on all of the following, IMO: what business you are in, what your motivation is, how much you already know about coding, what vendors you like / trust, etc, etc.... If you want to learn something that can literally be used for any purpose because it is so resource rich and can interact with almost any other platform, database, language, etc...., learn Python and its famous libraries. Some of these are:

    Pandas:
    https://pandas.pydata.org/

    Numpy:
    https://numpy.org/

    Requests:
    https://pypi.org/project/requests/2.7.0/

    Arrow:
    https://pypi.org/project/arrow/

    PyTorch:
    https://pytorch.org/

    BeautifulSoup (perfect for web scraping):
    https://pypi.org/project/beautifulsoup4/

    Quote Originally Posted by Obsessed View Post
    Alternatively, do you know of a convenient way to delete registry subkeys?
    no I do not, but why would you do such a thing? that's dangerous if you don't know what you're doing. On a side note, I have always disliked Microsoft's people for being obsessed with registry manipulation as the ""end all be all""" answer for everything. I've seen them talk about that as the ""quick fix"" answer for every question asked under the sun for 20 years. See this thread and my response to him just today (no idea why they push that):

    THREAD:
    https://answers.microsoft.com/en-us/...d-b9e8ee645881

    MY COMPLAINT:
    see post #3.

    now you've got plenty of information to work with. goodnight.
    Last edited by vba_php; 11-14-2020 at 01:13 AM.

+ 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. Selenium PhantomJS
    By colddeck84 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-31-2018, 12:39 AM
  2. HTML scraping with a help of Selenium
    By ChipsSlave in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-31-2018, 12:12 AM
  3. Selenium loop through elements
    By colddeck84 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-14-2017, 11:44 AM
  4. Selenium Wrapper
    By colddeck84 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-13-2017, 04:22 PM
  5. VBA and Selenium
    By cabroncito29 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-05-2015, 10:46 AM
  6. Need Help with Nested Errors and Selenium
    By BYizz in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-21-2014, 10:02 AM
  7. Replies: 5
    Last Post: 04-05-2009, 08:28 PM

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