judaculla
Regular Member
- Oct 11, 2014
- 338
- 134
Does anyone have any experience posting content to wordpress.com (the free kind of wordpress, not self-hosted) websites with Webdriver?
I'm having some issues that I don't know how to diagnose.
I can post some content without any issue. However, when the content seems to be longer (which is what needs to happen) there seems to be a very odd issue. The UI of wordpress.com's editor kind of freezes up, scrolls down, and then actually posts what content has been entered so far. Additionally, it seems to trigger some sort of pop-up dialog box to ? switch users maybe ?.
I've tried to split the content up into smaller blocks, posting only 50-100 chars at a time, then waiting, and it seems to help ...some but still causes issues.
If anyone has any insight into this issue, or would be willing to share their general approach, I'd be much appreciative.
UPDATED:
I can copy/paste the content into Wordpress.com with webdriver—and there is no issue with the content appearing. (There is a lot of issues doing it this way IMO though)
I'm pretty unfamiliar with Webdriver, but it seems that it sends large blocks of text in smaller chunks, while doing something between blocks. I think that 'something' it's doing is causing my issue.
I'm having some issues that I don't know how to diagnose.
I can post some content without any issue. However, when the content seems to be longer (which is what needs to happen) there seems to be a very odd issue. The UI of wordpress.com's editor kind of freezes up, scrolls down, and then actually posts what content has been entered so far. Additionally, it seems to trigger some sort of pop-up dialog box to ? switch users maybe ?.
I've tried to split the content up into smaller blocks, posting only 50-100 chars at a time, then waiting, and it seems to help ...some but still causes issues.
If anyone has any insight into this issue, or would be willing to share their general approach, I'd be much appreciative.
UPDATED:
I can copy/paste the content into Wordpress.com with webdriver—and there is no issue with the content appearing. (There is a lot of issues doing it this way IMO though)
I'm pretty unfamiliar with Webdriver, but it seems that it sends large blocks of text in smaller chunks, while doing something between blocks. I think that 'something' it's doing is causing my issue.
Last edited: