Anilabha Datta

Results 21 comments of Anilabha Datta

orderby should be name_normal

present in code already

@KarahanS Please refer new pull request, i have added jobs and people . Requires some testing

> Hey this code isn't working ... and i am getting same error > Error : - " Failed to get attribute 'overview': 'NoneType' object has no attribute 'select_one' "...

I did a pull request , Added Jobs and People in CompanyScraper If possible please test it on a temporary linked in account.

> ```python > def click_on_tab(self, tab_name): > main_url = "https://www.linkedin.com/company/{}/".format(self.company) > try: > self.driver.get(main_url + tab_name) > except: > print("Tab cannot be found.") > return > ``` Thanks a lot,...

> Some parts of the code are language-dependent, meaning it won't work for languages other than English (such as regular expressions etc.). But it works as expected for English. `click_on_tab()`...

check out this video: https://www.youtube.com/watch?v=drdncwC2NgQ Go to releases tab on this repository and download the latest hypervisor v1.4.0 and follow the steps from video. NOTE : If you have laptop...

check out this video: https://www.youtube.com/watch?v=drdncwC2NgQ Go to releases tab on this repository and download the latest hypervisor v1.4.0 and follow the steps from video. NOTE : If you have laptop...

> @cerasasus Yup - all of that is already done. Type systeminfo in cmd and upload a screenshot. I had a problem where i enabled Hyper-v and disabled using "Disable-WindowsOptionalFeature...