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

Joined
May 16, 2022
Messages
11
Office Version
  1. 365
Platform
  1. Windows
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 cells in the spreadsheet to allow me to identify if they were in coming messages from the contact, or outgoing messages that I have sent.

Within some of the elements within the code itself there is data that that does confirm this, however they are elements that I cannot use as a method for extracting the message itself, such as compound classes or div tags.
I want to be able to extract those elements, but not the data from the website, the data within the code.

Please let me know if someone could provide some advice with this.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,214,787
Messages
6,121,561
Members
449,038
Latest member
Guest1337

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