seleniumbasic

  1. B

    Capture cmd result without opening command prompt window or creating temporary file or .bat file, or without using python or others, possible?

    Hello guys. I need to get version of my installed selenium chromedriver.exe in vba. But I couldn't find good silent method. shell.exec always opens command prompt window that pops up. Is there truly silent way to do it? Or any alternative way to get version of chromedriver in vba without using...
  2. R

    vba: How to select first div Class element if the html webpage has multiple div class names are same.

    Team, please suggest me how to pull the first <div id="Label" table details from a webpage, where i have 2 same <div id="Label" in my webpage. Below is the html codes for your reference that I have in the webpage <!-- regular tabs content --> <div id="Label" class="Serial"> <div...
  3. B

    Web Scraping VBA + Selenium Error: Element not found

    Hello friends, i am trying to build a code with vba + selenium to extract a table in a web. When executing the macro I get the following error "Element Not Found for Class=tablaHistoricoPrecio". I don't understand, because according to the structure of the web code the table has that definition...
  4. J

    Vba Selenium problems "no such element error"

    I had this pop out box stated with "no such element error". I really don't know what's wrong with the code. This basic code is actually looking up for the search box and input text which is ABC. I hope I can find someone who can kindly guide me. Your help will be very much appreciated. TQ Set...
  5. I

    VBA With Selenium: Extract the Element text (code) Not the webpage data

    I am trying to write a code using Selenium Basic. I am extracting messages from a messaging service. I can extract all the messages using FindElementByClass, however this returns all the messages and does not contain any details of who the message is from. I need the messages returned to the...
  6. P

    Authenticate credentials in a web page popup using Selenium with a Chrome controller and VBA.

    Hello community, i have a trouble to authenticate my credentials using selenium with a chrome driver and VBA. I need to download a file from a webpage which need user put its credentials. I read something about it, and i could got this code: Sub test() Set ch = New Selenium.ChromeDriver...
  7. B

    Cannot Login with VBA + Selenium

    Currently I have used selenium webdriver to login to a website and send text with VBA macro. The problem is that since a few days the code dont work. I think the web code have changed. I have been checking the code of the web page but I can't find the correct one. Any help is appreciated...
  8. B

    Scrape Webpage Contents with SeleniumBasic

    Hello, I am having difficulties scraping webpage contents using SeleniumBasic, which I am new to. I can get a bunch of HTML language, but I cannot get the actual contents from the webpage. Below is the code I have, which requires the Selenium Type Library to run. I'm not sure what I am doing...
  9. I

    How to choose specific data on a dropdown element with >input element

    Hi All, I really need your favor today So there's this task on my workplace that i have to do it manually and i don't wanna do it manually. I browsed youtube and landed on WiseOwlTutorials and i found one of the video that taught me how to choose from dropdown area on a website...
  10. D

    Problem wir global declared Variable using SeleniumBasic

    Dear Community, I have the following problem: I have written a code to automate from web browser. Where data from excel spreadsheet is used to fill webforms. The code itself works fine. I would like to write the macro in such a way that the user can choose which browser is used for...
  11. E

    Web Scraping With VBA Using Selenium Reference Library

    I have been working VBA to scrape website HTML code using the Microsoft HTML Object Library and the Microsoft Internet Controls Library. Now that support for Internet Explorer is being phased out, I am trying to switch my code over to scrape Google Chrome using the Selenium Type Library which is...
  12. A

    Read Two Cell Raw Data And Loop In Selenium Vba

    I just want to read two cell raw which contain from date and to date using selenium vba. But i am unable to loop data till last cell exist. Sub Test() Dim obj As New WebDriver,i As Integer,mysheet As Worksheet Set mysheet = Sheets("Sheet2") LastRow = mysheet.Range("A" & Rows.Count).End(xlUp).Row...
  13. E

    Need help in selecting drop down menu with VBA

    I am trying to write a code using VBA to extract a specific status using VBA Selenium in Chrome. But i am stuck at one place. I am unable to automate to click on drop down menu. Sorry i cant share the website link as its confidential. However, I have found similar website with similar...
  14. VBE313

    Cant Click or Change Value SeleniumBaisc VBA

    <inputname="ri_tl_entry_web_ri_date_worked$0" tabindex="49" class="PSEDITBOX" id="RI_TL_ENTRY_WEB_RI_DATE_WORKED$0" aria-required="true" style="width:71px; "...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top