Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions on linkedin.message template #49

Closed
alphomeg opened this issue Jan 18, 2022 · 1 comment
Closed

Instructions on linkedin.message template #49

alphomeg opened this issue Jan 18, 2022 · 1 comment
Labels
contributions welcome External contributions are welcome documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@alphomeg
Copy link

Hi,
Please provide the instructions on how to use the linkedin.message? Also are there any plans on implementing the bulk send messages to connections?

@joshiayush
Copy link
Owner

Please provide the instructions on how to use the linkedin.message?

It is currently impossible to use that feature because I don't have time to include the message API to parse the template given by the user and to send that message to the Note Box.

action_chains.ActionChains(
driver.GetGlobalChromeDriverInstance()).move_to_element(
person.connect_button).click().perform()
send_now_button = self._get_element_by_xpath(
_ElementsPathSelectors.get_send_invite_modal_xpath(
)).find_element_by_xpath(
_ElementsPathSelectors.get_send_now_button_xpath())
action_chains.ActionChains(
driver.GetGlobalChromeDriverInstance()).move_to_element(
send_now_button).click().perform()

In case you are interested then you can create a PR implementing that feature you just have to target the Add Note button and then the Note dialog box will appear and then you just have to send the message to that dialog and hit Send.

Also are there any plans on implementing the bulk send messages to connections?

Not right now, if you are interested then you can create a PR. I'm marking this issue as a feature request 👍 .

@joshiayush joshiayush added contributions welcome External contributions are welcome documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions welcome External contributions are welcome documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants